jeffshaver / safe-framework

MIT License
6 stars 1 forks source link

Issue #41: Parsed data to generate the y series for charts. #42

Closed pml984 closed 8 years ago

pml984 commented 8 years ago

Added in the ability to just specify a String instead of the dataProperty property for the xAxis and yAxis properties.

Also added in the ySeriesField property. If specified, this field will find that property name in each of the data objects and parse the information to generate the y series datasets for a chart.

Will update the wiki page with this information.

pml984 commented 8 years ago

Fixed that issue and added in some new functionality after further discussions as to how the data format should be.