marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Update Dataset interface to be fully compliant with new generic Tuple data #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

On Nov-13-2008, Ray Cromwell wrote:

It appears to me that with the introduction of tuples, the Dataset interface 
needs to be upgraded.

 Currently, there is an implicit assumption that there is only one Y value, and hence, one range 
label, one axisid,  one set of rangetop/bottom, etc. However, this is not true 
with tuples. For 
example, with a time/open/high/low/last tuple5, the axisid might be all the 
same (same units, 
e.g. $), but the labels would obviously be different. For bubble charts, the 
bubble radii axis 
would have different units and labels. Take a look at Google's MotionChart for 
example: 
http://code.google.com/apis/visualization/documentation/gallery/motionchart.html

There is a time domain, as well as 3 separate range labels and unit types. One 
for X, one for Y, 
and one for the radius. You could have GDP ($), Life Expectancy (yrs), and 
Population (ppl).

Original issue reported on code.google.com by chadtaka...@gmail.com on 14 Nov 2008 at 7:55

GoogleCodeExporter commented 8 years ago
Preliminary refactoring for this issue started.  See r774 for details.

Original comment by chadtaka...@gmail.com on 5 Dec 2008 at 3:29