Skip to content
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

chartjs 2.0 support mixed type #336

Closed
ramarro123 opened this issue Mar 14, 2016 · 2 comments
Closed

chartjs 2.0 support mixed type #336

ramarro123 opened this issue Mar 14, 2016 · 2 comments

Comments

@ramarro123
Copy link

hi,

as per this example

https://github.com/nnnick/Chart.js/blob/v2.0-dev/samples/combo-bar-line.html

now chartjs2.0 support mixed type, so it will be nice to have line + bar in the same chart as for this example.

it's not possible now (yet) to add this using the angular directive, do you think that can be planned?

@ChrisBirchUZ
Copy link

Support for mixed types would be great, is it likely this will be integrated any time soon?

jtblin added a commit that referenced this issue Jun 19, 2016
* rename datasetOverload to datasetOverride
* use datasetOverride for pie and doughnut charts as well
* add unit and integration tests
* add examples
* fix #370, #336, #391
jtblin added a commit that referenced this issue Jun 19, 2016
* add attribute `chart-dataset-overload`
* complete support for `dataset-override`
* rename `datasetOverload` to `datasetOverride`
* use `datasetOverride` for pie and doughnut charts as well
* add unit and integration tests
* add examples
* fix #370, #336, #391
* remove `y-axis` attribute as it can now be implemented using the `dataset-override` attribute
* compile assets and minor fixes for jshint
@jtblin
Copy link
Owner

jtblin commented Jun 19, 2016

It is now possible to override individual datasets options with #418. Published 1.0.0-alpha8 with this change.

See this mixed type chart example.

@jtblin jtblin closed this as completed Jun 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants