We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a component to show different types of charts: pie, line, bar etc.
I've heard good things about D3.js but open to alternatives.
*We may end up animating the charts - something to keep in mind.
Design inspiration:
The text was updated successfully, but these errors were encountered:
I am working on the LineChart first. What options should there be?
Sorry, something went wrong.
For now, let's create a component like this:
<Chart type="line" :data="dataArr" />
We can add more props/options as we see fit.
Do you want me to add animation when data changes?
protibimbok
Successfully merging a pull request may close this issue.
Create a component to show different types of charts: pie, line, bar etc.
I've heard good things about D3.js but open to alternatives.
*We may end up animating the charts - something to keep in mind.
Design inspiration:
The text was updated successfully, but these errors were encountered: