-3

i would like be able to input a dataset and get SMOOTH graph. for example i have the following graph

how would i smooth this out: enter image description here

Alex Gordon
  • 57,446
  • 287
  • 670
  • 1,062

1 Answers1

2

Take a look at the Google Charts API. You can use it to generate a URL that represents your graph. Simply download the image associated with that URL and you have your chart.

matzahboy
  • 3,004
  • 20
  • 25