sangltdn / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Control radius of individual datapoints #278

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd love a feature that allows the radius of each individual data point to be 
specified. In other words, datapoint at coordinate x: 10, y: 20 would have a 
radius of 10 points; datapoint at coordinate x: 15: y: 30 would have a radius 
of 20 points, etc. 

I've already identified a method for attaching specific labels to individual 
datapoints: http://groups.google.com/group/flot-
graphs/browse_thread/thread/db918f9dbe224f31

And would now love it if someone could take it to the next level of specifying 
the radius of each point. 

Thanks!

Original issue reported on code.google.com by ben...@gmail.com on 15 Dec 2009 at 4:59

GoogleCodeExporter commented 9 years ago
This should be a feature request, not a defect; not sure how to change it.

Original comment by ben...@gmail.com on 15 Dec 2009 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by olau%iol...@gtempaccount.com on 20 Jan 2010 at 1:12

GoogleCodeExporter commented 9 years ago
Here is a patch to support individual radiuses per plot point, specified as a 
third argument in a data point, much like the bar chart's third parameter.

Example:

    data: [ [1, 1, 5], [2, 4, 3] ]

Cheers,

Casey West

Original comment by casey.ry...@gmail.com on 14 Oct 2010 at 2:12

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dnsch...@gmail.com on 15 May 2012 at 3:31