03-09-2013 10:53 PM
Hi,
I'm looking @ implementing a simple line chart into my cascade app...
https://google-developers.appspot.com/chart/intera
Since google offers an extensive charting API, I was thinking that I could easily use the google charting api's but before moving ahead, I figured I would check with the dev community for feedback.
From cascade, are other alternative to generate such a chart ? Is there a sample out there which demos charting capablities ?
Thanks
03-10-2013 06:20 PM
Similar thread running here...
http://supportforums.blackberry.com/t5/Cascades-De
I know you put yours in first. ![]()
03-10-2013 10:37 PM
I wanted the ability to do basic drawing to, just 2D stuff. It seems there is no way to do it in Cascade as none of the classes expose the paint() method. I thought of doing this in OpenGLES but then became aware that OpenGLES can't do text. Perhaps one can overlay text in a cascade widget, but that seemd like a lot of work. The only other viable solution I came across was to use a HTML widget.
I just gave up for now, and hope the Cascades people provide a 2D drawing solution in the near future.
03-11-2013 05:37 PM
Hummm... ok so native charting is probably not an easy solution, any 3rd party recommendations ??? What about google charting API's !!! Anybody has played with it via Cascade ?
03-12-2013 05:19 AM