Set the minColorValue and maxColorValue options: http://jsfiddle.net/asgallant/NpsUh/13/
On Tuesday, September 18, 2012 3:42:42 AM UTC-4, TUwel wrote: > > one last question i have, if its okey? :) > > u sum the levels und compare the levels in their own level, is it possible > to compare all values for example > > ['Location', 'Parent', 'Market trade volume (size)', 'Market > increase/decrease (color)'], > ['Global', null, 0, 0], > ['America', 'Global', 0, 0], > ['Europe', 'Global', 0, 0], > ['Brazil', 'America', 11, 10], > ['USA', 'America', 52, 30], > ['Mexico', 'America', 24, 10], > ['Canada', 'America', 16, -20], > ['France', 'Europe', 42, 1], > ['Germany', 'Europe', 31, 2], > ['Sweden', 'Europe', 22, 3], > ['Italy', 'Europe', 17, 4], > ['UK', 'Europe', 21, 5], > ['AZ', 'USA', 10, 10], > ['MA', 'USA', 23, 10], > ['NY', 'USA', 40, 10] > ]); > > America = 30 > Europe = 10 > > America = green > Europa = red > > but is it possible that the scale takes all values > i have -20 (min), 30(max) -> Europe has 10 -> should be a light green > > thanks ;) > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/CistX_XoB2gJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
