SandDance/packages/vega-morphcharts
Dan Marshall 51ec81cafb
Vega 5.30 (#712)
* vega 5.30

* bump vega-typings

* rebuild lockfiles
2024-08-14 10:18:44 -07:00
..
dist/umd
scripts
src Remove react scripts (#688) 2023-11-10 21:52:32 -08:00
test
README.md
package-lock.json Vega 5.30 (#712) 2024-08-14 10:18:44 -07:00
package.json Vega 5.30 (#712) 2024-08-14 10:18:44 -07:00
rollup.config.js
tsconfig.json Remove react scripts (#688) 2023-11-10 21:52:32 -08:00

README.md

@msrvida/vega-morphcharts

View component for Vega visualizations, using MorphCharts for WebGL rendering.

This project combines two great visualization libraries into one. You have the expressiveness of Vega specifications and the WebGL rendering of MorphCharts. As a result, you have the option of visualizing data in 3 dimensions.

Limitations

This project does not fully implement every feature provided by Vega. Some interactive features are omitted due to the nature of the 3D rendering model which breaks correspondence to the 2D rendering plane. Other features simply have yet to be developed, for these we will gladly accept a pull request.

Feature additions

Rect elements can be rendered as 3D cuboids. To do this, add "z" / "depth" encodings where you normally use "x" / "width" and "y" / "height".