Bar graph added.

This commit is contained in:
prabhatdev
2020-07-28 00:48:25 +05:30
parent d0a6e2667d
commit 194b41124d
3468 changed files with 640611 additions and 169 deletions

10
node_modules/vega-geo/index.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
export {default as contour} from './src/Contour';
export {default as geojson} from './src/GeoJSON';
export {default as geopath} from './src/GeoPath';
export {default as geopoint} from './src/GeoPoint';
export {default as geoshape} from './src/GeoShape';
export {default as graticule} from './src/Graticule';
export {default as heatmap} from './src/Heatmap';
export {default as isocontour} from './src/Isocontour';
export {default as kde2d} from './src/KDE2D';
export {default as projection} from './src/Projection';