Add chart visualization support for pie, bar, and line charts#41
Add chart visualization support for pie, bar, and line charts#41amaljose01 wants to merge 1 commit into
Conversation
|
Hey! I added chart visualization to csvtotable because I thought it would be really useful to see the data visually alongside the table. The feature lets you generate pie, bar, and line charts right in the HTML output. You can either specify exactly what charts you want with command line flags, or use --auto-charts to let it figure out what makes sense based on your data. I have included: A new charts module that handles all the chart generation I have used this import in many of my projects, was thinking about adding charts for sometime, if you find this is OK, pls include |
No description provided.