0

I'm trying to use canvas to build a line graph between 2 date points. I need the date measurements along the bottom of the graph to change based on the start and end date data, which can vary widely between what information is grabbed by the application. Are there any plugins that do this, specifically/dynamically?

Brett
  • 1
  • 1
  • 3

1 Answers1

0

There is a huge abundance of chart and graph plotting libraries that can do this, and gRaphaël seems to do what you ask for quite well.

Werner Kvalem Vesterås
  • 10,226
  • 5
  • 43
  • 50