Skip to content

mkumpf/GoogleCharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Charts (for Mendix)

Google charts are powerful, simple to use, and free. This package contains multiple widgets that are wrapping the "Google Charts" library so you can use it to visualize your aggregated data.

The widgets are compatible with Mendix 6.8.1 and up.

Available Charts:
  • Area Chart
  • Bar Chart
  • Bubble Chart
  • Column Chart
  • Line Chart
  • Pie Chart (with donut option)
  • Sankey Diagram // TODO: More options

Configuration

The data for the widgets are retrieved through a (dataview) context object. The assumption here is that all aggregation of data is done in a microflow and a "JavaScript Literal" string is send back. In the included test project you can see an example on how to do this.

(Chart specific) Settings

All the settings for the widgets match the original "Google Chart" settings. The documentation for these can be found here: Google Charts Documentation.

Be aware that some settings are set via JavaScript objects to give you more flexibility.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

About

Google charts widgets for Mendix.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.4%
  • CSS 6.3%
  • JavaScript 2.2%
  • HTML 0.1%