support for material design charts?
See original GitHub issueI think some of the chart options only work with material design.
axes: {
y: {
0: {side: 'right'}
}
}
Here’s the fiddle from Google’s example. https://jsfiddle.net/api/post/library/pure/
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Data visualization - Material Design
These dashboards typically include a few small charts or a scorecard, with dynamic headlines that explain the trends and insights provided in each...
Read more >Material design charts and Data visualization encyclopedia
Material design charts and Data visualization encyclopedia · Bar chart · Column chart · Histogram · Heatmap · Pie & Circular charts ·...
Read more >Material Design Charts - Dribbble
Material Design Charts. Inspirational designs, illustrations, and graphic elements from the world's best designers. Want more inspiration?
Read more >Sales - Material Design Bootstrap
Sales · Change · Line chart · Radar chart · Bar chart · Polar area chart · Pie Chart · Doughnut Chart ·...
Read more >Material Design Data Visualizations | Figma Community
Material Design Data Visualizations · Area Chart · Bar Chart · Bubble Chart · Candlestick Chart · Donut Chart · Geo Chart ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes but this react module does not support the material charts. It uses ChartWrapper(https://developers.google.com/chart/interactive/docs/reference#chartwrapperobject) which only support the classic charts.
It looks like just using
chartType="Bar"
makes the trick. google.visualization.ChartWrapper takes the chartType parameter and renders whatever we pass there