-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
Combination of Bar and Line Chart #123
Comments
Sure! Check out the docs for that: http://www.chartjs.org/docs/latest/charts/mixed.html You only need to create chart from the bar basechart import {Bar} from 'vue-chartjs'
export default Bar.extend({....}) And in your dataset array you can change specific datasets to line. |
Thanx @apertureless....it worked... |
Doesnt seem to work for me.. WEBPACK_IMPORTED_MODULE_0_vue_chartjs_.a.extend is not a function
EDIT:
Working now |
Yeah with |
|
Is it possible to achieve combination of Bar and Line chart ?
Environment
The text was updated successfully, but these errors were encountered: