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: 5.1.0
Framework Version: 9.6.0
Release Notes: ### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] AreaChart
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] BarChart
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] BubbleChart
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] ColumnChart
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] HeatMap
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] LineChart
#### Changed
- We changed bundling to make plotly scannable by package scanners
### [5.1.0] PieChart
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [5.1.0] TimeSeries
#### Changed
- We changed bundling to make plotly scannable by package scanners.
### [1.1.0] ChartPlayground
#### Changed
- We changed bundling to make plotly scannable by package scanners.
Version: 5.0.3
Framework Version: 9.6.0
Release Notes: ### [5.0.1] AreaChart
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.1] BarChart
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.1] BubbleChart
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.1] ColumnChart
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.1] HeatMap
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.1] LineChart
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.2] PieChart
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [5.0.1] TimeSeries
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
### [1.0.1] ChartPlayground
#### Fixed
- We fixed an issue where the widget is not automatically resized inside a pop up dialog.
Version: 5.0.2
Framework Version: 9.6.0
Release Notes: ### [5.0.1] PieChart
#### Fixed
- We fixed an issue where Pie chart on click event was not working properly, not executing the on click action.
Version: 5.0.1
Framework Version: 9.6.0
Release Notes: ### Changed
- We changed build instructions to produce smaller widget mpk.
Version: 5.0.0
Framework Version: 9.6.0
Release Notes: ### Breaking changes
- We have removed the "Enable developer mode" property. As of version 5, the playground has become a pluggable widget called "Chart playground." This separation minimizes production code loaded to the client. To enable developer mode, simply drag and drop the playground to the chart you want to edit.
- We migrated from "Ace" code editor to the "CodeMirror" editor. The new editor comes with better defaults and is compatible with both legacy and new widget runtime.
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.