Releases: mendixlabs/ChartJS
Releases · mendixlabs/ChartJS
App Store release 4.0.0
- Update ChartJS from 2.3.0 to 2.7.2
- Completely rebuild widgets using ES6 style & Webpack
- Core widget will be half the size of previous versions (that includes ChartJS library)
- Stacked Bar Chart, Horizontal Bar Chart implements Bar Chart (single code base)
- Doughnut Chart implements Pie Chart (single code base)
- Removed obsolete CSS, now uses SCSS
- Tested in Chrome (latest), Safari (Latest, Mac), Firefox (Latest, Mac), Microsoft Edge (Win 10), IE 10 & 11. Only minor defect known for Polar Charts in IE11 set to Responsive
App Store release 3.7.1
- Fix #108 bugfix X-labels bar chart
App Store release 3.7.0
- #106 let users export the chart as a base64 string
App Store release 3.6.1
- Fix issue #103 Mx7.4 with conditional visibility
App Store release 3.6.0
- Fix #92 (was fixed in 3.5.3), added onDestroy microflow to destroy objects when widget is uninitialized
- Fix #97 / #98 Donut/Pie chart error on render
- Fix #89 Check if datasource returns objects
- Fix #96 DoughnutChart select Decimal
- Fix #91 Preview images for Mendix 7
- Merged PR #86 Removed suggestedMax
- Merged PR #94 Fix animation settings for doughnut and pie chart
- Merged PR #95 fix setting stroke color+width on pie and doughnut chart
App Store release 3.5.3
- Fix old memory leaks (objects not being released)
- Fix subscriptions (use
this.subscribe
andthis.unsubscribe
everywhere) - Fix microflow action (see MX6 client api, use
origin: this.mxform
in Mendix 6 and higher, the oldstore: { caller : this.mxform }
for <MX6
App Store release 3.5.2
- Fix #83 On click microflow not passing the context object
App Store release 3.5.1
App Store release 3.5.0
- Code cleanup & refactoring code
- Chart.js library updated to stable v2.0.2
- Fix #32 AnimationEase is now configurable using a dropdown
- Add responsive width/height ratio 94b242a
- Add On Click Dataset & Datapoint microflow (#66 & #78)
- Pie Chart render fix #77
- Begin At Zero works everywhere #72
- Show dot on line chart works properly now