Skip to content

Releases: mendixlabs/ChartJS

App Store release 4.0.0

03 Apr 13:50
ec14007
Compare
Choose a tag to compare
  • 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

12 Dec 13:01
Compare
Choose a tag to compare
  • Fix #108 bugfix X-labels bar chart

App Store release 3.7.0

11 Dec 08:09
Compare
Choose a tag to compare
  • #106 let users export the chart as a base64 string

App Store release 3.6.1

11 Jul 13:55
Compare
Choose a tag to compare
  • Fix issue #103 Mx7.4 with conditional visibility

App Store release 3.6.0

10 May 16:46
Compare
Choose a tag to compare
  • 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

03 Jan 11:11
Compare
Choose a tag to compare
  • Fix old memory leaks (objects not being released)
  • Fix subscriptions (use this.subscribe and this.unsubscribe everywhere)
  • Fix microflow action (see MX6 client api, use origin: this.mxform in Mendix 6 and higher, the old store: { caller : this.mxform } for <MX6

App Store release 3.5.2

22 Jun 11:08
Compare
Choose a tag to compare
  • Fix #83 On click microflow not passing the context object

App Store release 3.5.1

10 May 11:50
Compare
Choose a tag to compare
  • Fix #79 Gridlines, colors and scales
  • Add PR #80, disable animation

App Store release 3.5.0

22 Apr 12:32
Compare
Choose a tag to compare
  • 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

Summary

App Store release 3.4.0

08 Apr 12:09
Compare
Choose a tag to compare
  • Fix rendering on empty datasets
  • Removed customTooltip node (fix #68)
  • Add show dot option on Linechart (fix #71)
  • Merge PR from @Andries-Smit #70 fixing "Error Loading data view without context"
  • Fix issues with Begin at zero #67 and #72
  • Possible fix #73 Chart Animation Rendering stucks