-
-
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
Scatter Chart #129
Comments
Turns out, the I noticed that the Scatter chart also modified It would be way easier to simply pass in |
If I find some time, I will get into it. Passing the We have this some time ago with the The export default Scatter.extend({
// ...
} would be imo the cleanest and most consistent way of doing it. |
Yes I agree with you, creating a new Class is better than passing an argument |
Added with PR #136 |
Hi, I would like to suggest to either create a Scatter component, or include the steps to create one from a Line component in the documentation (it took me a really long time to figure this out, so I'm hoping this will help prevent others from running into the same trouble).
With vanilla
chart.js
, you could do:which is syntactic sugar for:
It would be nice if we could simply do:
with
vue-chartjs
to create a Scatter Chart.The text was updated successfully, but these errors were encountered: