-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load new chart type packages with google.charts.load #30
Comments
Oh, that's new! Thanks, I'll look into this! |
Cool! Maybe just an option that toggles this:
|
thanks a lot both of you :) |
I will need this feature so i will take some code from #39 and create a pr if it ok for you |
How can we create Material Design on Google Chart? |
Currently there are issues with using the Material libraries to draw charts in relation to the google-chart widget. The google.charts.load function may only be called once and loading with google.load yields buggy, inconsistent results. Also, given the differences between the material and non-material charts, i don't think it makes sense to just use a boolean attribute. |
thanks |
Any plans to implement the new Material Charts from https://developers.google.com/chart/interactive/docs/gallery/barchart#Material and https://developers.google.com/chart/interactive/docs/gallery/columnchart#Material?
The text was updated successfully, but these errors were encountered: