-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
IDEAS - possible tools to make chart.xkcd better #13
Comments
|
Those could be solved by Observalbe. [edit]: I'v already made a minimal prototype for bar chart
I think, it would be better to use Node with JSDOM or Puppeteer to generate .svg and .png files locally |
@timqian I think dynamic charts should be implemented by the const theChart = new chartXkcd.Bar(svg, {
// chart options and datasets
});
onDataUpdate((newDatasets) => theChart.update({ datasets: newDatasets })); |
What about stacked and clustered bar charts? |
Feel free to bring up suggestions for tools to makes chart.xkcd better
Here are some initial ideas
The text was updated successfully, but these errors were encountered: