plotly-js-material-design-theme
Version:
Plotly.js charts with Material Design theme.
23 lines (22 loc) • 966 B
JavaScript
export { layout } from './layout/index'
export { scatter } from './types/scatter'
export { bar } from './types/bar'
export { carpet } from './types/carpet'
export { cone } from './types/cone'
export { contour } from './types/contour'
export { heatmap } from './types/heatmap'
export { pie } from './types/pie'
export { histogram } from './types/histogram'
export { histogram2d } from './types/histogram2d'
export { ohlc } from './types/ohlc'
export { candlestick } from './types/candlestick'
export { violin } from './types/violin'
export { scatterpolar } from './types/scatterpolar'
export { box } from './types/box'
export { choropleth } from './types/choropleth'
export { scatter3d } from './types/scatter3d'
export { scatterternary } from './types/scatterternary'
export { sankey } from './types/sankey'
export { parcoords } from './types/parcoords'
export { scattergeo } from './types/scattergeo'
export { histogram2dcontour } from './types/histogram2dcontour'