Share My Creation Google Charts

This example shows how you can draw a googles chart on a webview. The code uses a two classes to do so. The code is quite simple and straightforwad. As you pass some properties to the class to generate the class.

Types of charts available:
  • Pie and 3D Pie chart
  • Donut
  • Map (markers not displaying??)
  • Motion Chart (not displaying yet??)
  • Bubble chart
  • Bar Chart
  • Stacked Bar
  • Gauge
  • Column Chart
  • Stacked Column
  • Combination Chart
  • Line Chart
  • Area Chart
  • Organizational Chart
  • Geo Chart - Regions
  • Geo Chart - Markers
  • Table
  • Table - Arrow Format
  • Table - Bar Format
  • Table - Number Format
  • Timelines
Ability to change series colors has been added. A color value should be a string value though.

The examples uses are similar to the Google Charts Development website. There are also a few charts to add herein. See the images for more details and the source code has all the examples via the menu.
 

Attachments

  • Screenshot_2013-07-26-17-03-32.png
    Screenshot_2013-07-26-17-03-32.png
    60.9 KB · Views: 9,208
  • Screenshot_2013-07-26-17-13-38.png
    Screenshot_2013-07-26-17-13-38.png
    79.1 KB · Views: 1,418
  • Screenshot_2013-07-27-00-10-06.png
    Screenshot_2013-07-27-00-10-06.png
    93.2 KB · Views: 1,290
  • Screenshot_2013-07-27-00-10-29.png
    Screenshot_2013-07-27-00-10-29.png
    58.3 KB · Views: 1,190
  • Screenshot_2013-07-27-00-10-46.png
    Screenshot_2013-07-27-00-10-46.png
    55 KB · Views: 1,143
  • Screenshot_2013-07-27-00-10-51.png
    Screenshot_2013-07-27-00-10-51.png
    53.7 KB · Views: 1,178
  • Screenshot_2013-07-27-00-59-33.png
    Screenshot_2013-07-27-00-59-33.png
    73.5 KB · Views: 1,199
  • Screenshot_2013-07-27-01-22-22.png
    Screenshot_2013-07-27-01-22-22.png
    63.7 KB · Views: 1,362
  • mashiane_googlecharts.zip
    23.9 KB · Views: 1,379
Last edited:
Top