What would you suggest providing a chart (based on a row) on the Internet? I need to do something similar to a burning schedule or stockpile over time. On the server side is django and using jquery for client stuff.
What are the benefits of using something like pychart or some other python charting library that can create svg or png and display it?
Or providing data in tables and using visualize or highchart for jquery to create a chart using javascript?
I would like to put points on the chart that can be clicked, or that show additional information about a specific rotation.
What options are available in HTML5, is there built-in support for diagrams, or do I only need to do this with a canvas?
Thank you for your help.
Edit / Update. Thanks everyone for the suggestions.
jquery django charts plot
rapadura
source share