You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elyc...@googlegroups.com
What's the best way to round the values on the Y-Axis? I am getting values such as 9999.39999999. I am using a bar chart.
wq
unread,
Sep 25, 2012, 10:31:44 PM9/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elyc...@googlegroups.com
the way? I hava it too !
在 2012年7月14日星期六UTC+8上午1时18分10秒,Ajee写道:
Jonathan Stevens
unread,
Sep 26, 2012, 11:23:13 AM9/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elyc...@googlegroups.com
I think from the code its a calculated value. This might be a bug to submit. I had this with a barchart but I hacked it to max out to 100 since my scale was a percentage.
Jonathan Stevens
unread,
Sep 26, 2012, 9:35:36 PM9/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elyc...@googlegroups.com
I tried to see if i could get this on chrome but the code rounds the y axis values. Could you send the series values that reproduced this?
Message has been deleted
Dreea S
unread,
Nov 5, 2012, 10:15:24 AM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elyc...@googlegroups.com
You could fix this by adding val = Math.round(val); at line 3518 in elycharts.full.js
Dreea S
unread,
Nov 5, 2012, 10:16:12 AM11/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elyc...@googlegroups.com
I have this issue too. You can test it with the following values