Theo Zizic
unread,Dec 10, 2012, 1:55:42 PM12/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Hi all,
I urgently need help with a bubble chart. My problem is that I need to display very small numbers on the x axis (eg 0.2345, 0.2678) while at the same time on the y axis very large numbers in millions.
So i ve thought of multiplying the small numbers by the same lets say 10000 factor. However multiplication does not work. The bubbles are still centered around 0
myarray.setValue(i, 2, Math.round(parseFloat(item.TotalCrimes.value)*10000));
var options = {
colorAxis: {colors: ['blue', 'red']},
sizeAxis: {minValue: 0, maxSize: 50},
hAxis: {title: 'a title', maxValue: '300000', titleTextStyle: {color:'red', fontSize: 22}, textStyle: {fontSize: 17}, logScale: 'false',gridlines:{count: 7}},
vAxis: {title: another title', titleTextStyle: {color: 'red', fontSize: 24}, logScale: 'false',gridlines:{count: 3}},
chartArea:{left:160,top:80},
Please if anyone has an idea help