How do I arrange the data format (in JSON) to be consumed as depicts above
Related
How to convert donut chart have the same plot band(spikes/rims) like in the below example how I want to convert my chart.
I wonder if HighCharts provides a way to get the length of a curve plotted along the serie of points in a x,y chart.
I am viewing 10 series of data in my scatter graph.
On less than 10 series I have no problem, however, once I reach 10 series of data the scatter graph shows the scatter but all with circles that cant be clicked instead of their original shapes.
Example in the image below all shapes showing as circles
I'm using a Core Plot Scatter Plot to chart data. While I want the background to be white, I'd like to mask the plot symbols and data lines to an image sitting beneath the graph. This way, the only parts of the image visible would be the "fill" of the scatter plot lines and plot symbols.
How can I mask lines and symbols to an image while still keeping the background white?
Here's a Photoshop Mockup of what I'd like to do:
Thanks!
I'm not sure it's possible. The final result will depend on the image you're trying to use. The plot is drawn on top of the plot area and graph fills. You might be able to use image fills for the line and plot symbols. Experiment with the tiled and tileAnchoredToContext properties of CPTImage to see if you can position the fill images in a way that mimics the effect you're looking for.
Is it possible to combine a pie chart with scatter points in each slice?
for example to display 5 groups of animals in the pie, and plot the individual animal point in the slice ordered by the age of the animal.
I know you could use a donut chart to get close. (http://www.highcharts.com/demo/pie-donut)
I would recommend a polar or wind rose chart for that type of data. The reason for that is because a pie chart's radius (the yAxis, if you will) is not actually a measure. Only the percentage of the circumference is of importance in a pie chart.