kaiserfarrell / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support bubble charts #534

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add support for bubble charts. These are like scatter plots, but the size of 
the plot symbols represent a third data value. It could probably be implemented 
as a subclass of CPTScatterPlot.

Original issue reported on code.google.com by eskr...@mac.com on 10 May 2013 at 4:16

GoogleCodeExporter commented 8 years ago
Note that there are different types of bubble charts. One is similar like a 
tree chart. The bubbles are not drawn along a horizontal axis but grouped in a 
given outer area (which can again be a circle like in this example: 
http://michaeldundas.com/images/blog/dnsQueryBubble1.png or a rectangle).

Original comment by mike.lischke on 10 Aug 2013 at 2:36

GoogleCodeExporter commented 8 years ago
Moved to GitHub issue #32.

https://github.com/core-plot/core-plot/issues/32

Original comment by eskr...@mac.com on 30 Dec 2013 at 1:48