lykrsl / googlechartsharp

Automatically exported from code.google.com/p/googlechartsharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High number doesn't display pie chart

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Create a pie chart
2. Add data with high numbers (>100000)
3. The url is wrong (lacks of the querystring parameter for the data) and
graph is not displayed

Using current version (1.0.2)

Original issue reported on code.google.com by tix...@gmail.com on 4 Jan 2008 at 6:16

The highest number supported by the chart api is 4096. See the extended encoding
section of http://code.google.com/apis/chart/#chart_data . Thanks for reporting 
this
though, it reminded me to add an OutOfRange Exception to the data encoding.

Original comment by lewisva...@gmail.com on 13 Jan 2008 at 12:23

  • Changed state: Invalid