On a bar-chart, is there a way to display negative numbers differently
as positive numbers?
Currently I only have the 3rd series of data, to let paint negative
numbers green (convention 1st column are positive numbers, 2nd column
are negative numbers):
===
colors: ['red','orange','green'],
This is waste (sacrifice column just for coloring). Is there maybe a
trick like (pseudo-syntax):
===
[ {'red' : smaller-0, 'green':greater-0}]
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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.