Charts

Content Type: Widget
Categories: User Interface

Overview

Quickly create beautiful charts: bar charts, time series, pie charts, heat maps, and many more. Customize the look and feel of each chart through one of three modes: Basic, Advanced, and Developer.

Documentation

Please see Charts in the Mendix documentation for details.

Raising problems/issues

  • We encourage everyone to open a Support ticket on Mendix Support in case of problems with widgets or scaffolding tools (Pluggable Widgets Generator or Pluggable Widgets Tools)

Releases

Version: 4.2.4
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed chart's custom configuration not properly merged for arrays.
Version: 4.2.3
Framework Version: 9.6.0
Release Notes: ### [3.1.3] AreaChart #### Fixed - We fixed an issue where it was not possible to select entity attributes in the "line color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "line color" expression editor. With this fix, entity attributes are accessible in the expression editor again for all "line color", "marker color", and "fill color" settings. ### [3.1.3] BarChart #### Fixed - We fixed an issue where it was not possible to select entity attributes in the "bar color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "bar color" expression editor. With this fix, entity attributes are accessible in the expression editor again for "bar color" setting. ### [3.1.3] BubbleChart #### Fixed - We fixed an issue where it was not possible to select entity attributes in the "marker color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "marker color" expression editor. With this fix, entity attributes are accessible in the expression editor again for "marker color" settings. ### [3.1.3] ColumnChart #### Fixed - We fixed an issue where it was not possible to select entity attributes in the "column color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "column color" expression editor. With this fix, entity attributes are accessible in the expression editor again for "column color" setting. ### [3.1.2] PieChart #### Fixed - We fixed an issue where it was not possible to select entity attributes in the "slice color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "slice color" expression editor. With this fix, entity attributes are accessible in the expression editor again for "slice color" setting.
Version: 4.2.2
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed an error that was happening when the data source with the aggregation function had an "on click" action. Note: If a data point is aggregated (a single data point on the chart represents multiple entities), only the last entity is passed as a parameter to the associated microflow or nanoflow.
Version: 4.2.1
Framework Version: 9.6.0
Release Notes: ### [3.1.2] AreaChart #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.2] BarChart #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.2] BubbleChart #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.2] ColumnChart #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.1] HeatMap #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.2] LineChart #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.1] PieChart #### Fixed - We removed redundant code to improve widget load time in the browser. ### [3.1.2] TimeSeries #### Fixed - We removed redundant code to improve widget load time in the browser.
Version: 4.2.0
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed an issue where, in 4.0, parameters related to on-click actions were missing. In versions of the widget before 4.0, when you added an on click action to the widget, additional parameters were passed. These parameters are now being passed again. ### Breaking changes - After updating the widget(s) to this version, a few properties will lose their configured values. The following properties should be reconfigured manually (if they were configured before): `Line color` (Line chart), `Marker color` (Line chart), `On click action` (all widgets except Pie chart and Heat map). ### [3.1.1] LineChart #### Fixed - We fixed an issue where it was not possible to select entity attributes in the "line color" expression editor. In versions of the widget before 4.0, after configuring the data source, entity attributes were available in the "line color" expression editor. With this fix, entity attributes are accessible in the expression editor again for both "line color" and "marker color" settings.