-
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
materialDesign attribute for Material Design Charts #39
Conversation
… the charts were available
* Try to use the Material Design version of the chart. | ||
* | ||
* Material Design Charts are avaliable in BETA for the following types: | ||
* <ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use markdown in the docstring.
Reviewed |
added commits for the fixes. Is markdown for the link the preferred way to express them in the docstring? |
options='{"title": "Days in a month"}' | ||
cols='[{"label": "Month", "type": "string"},{"label": "Days", "type": "number"}]' | ||
rows='[["Jan", 31],["Feb", 28],["Mar", 31],["Apr", 30],["May", 31],["Jun", 30]]' | ||
materialDesign> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
material-design
This PR is pre 1.0. Can you update it? Otherwise, we'll close. |
Sorry not going to be able to update the PR for at least a couple weeks. Feel free to close the PR, maybe I'll re implement the Issue later on the latest version |
Someone can help me for the integration in angular ? https://stackoverflow.com/q/51153920/9962015 |
#30 implementation for the charts that have a Material Design Beta version