google / google-visualization-issues

288 stars 35 forks source link

Bug: Column Chart(Google charts) js Error #1748

Open orwant opened 9 years ago

orwant commented 9 years ago
When using the  Column Chart(Google charts), if  X axis have more data(>1000) , the
browser Console will display lot of JS error.But the Chart still can display .
>>javascript
   Invalid  value for  <rect> attribute x="undefined"
   Invalid  value for  <rect> attribute y="undefined"
   Invalid  value for  <rect> attribute width="undefined"
   Invalid  value for  <rect> attribute height="undefined"

Could you help me to find why this error happened and how can i do with it?
Thanks in advance.

Original issue reported on code.google.com by bq.dev@mti.co.jp on 2014-09-30 10:05:08

orwant commented 9 years ago
Hi, I was unable to reproduce your error. Could you modify this jsfiddle such that it
fails in the way you expect it to? http://jsfiddle.net/su5yr7fp/

What browser and operating system are you using?

Original issue reported on code.google.com by grabks@google.com on 2014-09-30 13:40:06

orwant commented 9 years ago
reproduce error:
http://jsfiddle.net/su5yr7fp/10/

I am using chrome browser and win7 operating  system 

Original issue reported on code.google.com by bq.dev@mti.co.jp on 2014-10-09 03:39:28