Letractively / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Scale labels and ticks in scatterplot and bar chart are not updated when mappings are changed #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create barchart/scatterplot and add resources
2. Group the displayed resources
3. Change the resource mapping for the values, e.g. by choosing a different 
calculation

What is the expected output? What do you see instead?
The scales should get updated accordingly, but they remain unchanged.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Lars.Grammel on 9 Dec 2010 at 1:55

GoogleCodeExporter commented 8 years ago
The protovis API does not offer domain and range functions in Scale that take 
function arguments to determine min and max values dynamically (when the chart 
changes).

http://vis.stanford.edu/protovis/jsdoc/symbols/pv.Scale.quantitative.html#domain

Original comment by Lars.Grammel on 9 Dec 2010 at 6:16

GoogleCodeExporter commented 8 years ago
Re-enabled complete chart building on slot changes for now. To improve 
performance, we need to look into solutions how the rules can be updated 
dynamically.

Original comment by Lars.Grammel on 9 Dec 2010 at 7:19