Reputation: 11
I have been using Google visualisation API's annotated timeline graph to display various annotated lines. However, I have been struggling to colour between an upper and lower limit line on the chart to indicate an acceptable range of actual values.
I was able to get it right using the Image chart library - heres a link showing what I am trying for below, but the problem with this is the data limitation google imposes of 2000 records.
chm=b,00FF0066,0,2,0 from the link below is what colors the area between line 0 and 2 green.
I have tried the Visualisation API's image chart as well, but it just ignores the chm option I used in the above snippet.
Any idea's how to get around the visualisation limitation more than welcome, I have also tried looking around for this capability in other API's, but google only seems to think this is possible in excel, near as I can tell.
Upvotes: 1
Views: 1027