New Flotr Example: Drawing series with JSON data
Tagged Flotr, Javascript, json, Prototype
I added an example to the Flotr example section. This example shows how to use requested JSON data to draw a graph. Go to the example section or take a look at the example directly. To learn more about handling JSON with Prototype, read Introduction to JSON
Hi,
Great work - I have a quick question - or request for a feature - is it possible to do some introspection on the Flotr object. I’d like to be able to get back things like xaxis.max or ticsize.
The other question - I was to highlight an area under a line graph (like in integration). I’ve done a crude version by mouse event adding a 2nd data series, which is just a single Bar - but obviously it over shoots the line itself.