Have been searching for a long time no try to find a clickable Jquery chart that does what I want.
I really need to do two things.
1. I need a chart that will allow me to graph a reverse y-axis.
2. The biggest thing though, that I haven't been able to find, is the ability to create a line chart on the fly. I basically want a blank chart to load on my page based on a template that I'll make with given x and y axis values. Then as I click different data points along the chart a line is created.
Of course, I'd like to load past charts, and then be able to edit them in the same way.
I currently use PHP and MySQL for a content management system. So upon submission of the form I would then send the data to a database.
Can anyone find anything that may possibly put me in right direction?
Thank you.
I really need to do two things.
1. I need a chart that will allow me to graph a reverse y-axis.
2. The biggest thing though, that I haven't been able to find, is the ability to create a line chart on the fly. I basically want a blank chart to load on my page based on a template that I'll make with given x and y axis values. Then as I click different data points along the chart a line is created.
Of course, I'd like to load past charts, and then be able to edit them in the same way.
I currently use PHP and MySQL for a content management system. So upon submission of the form I would then send the data to a database.
Can anyone find anything that may possibly put me in right direction?
Thank you.