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: 6.3.0
Framework Version: 10.6.0
Release Notes: ### [6.3.0] CustomChart

#### Breaking changes

- We changed how "Static" data and "Source attribute" data are merged. Previously, traces were appended as separate chart elements. Now, traces are merged by index, where source attribute values override static values for the same trace position. This enables proper customization of chart traces through dynamic data.

#### Fixed

- We fixed an issue when conditional visibility enabled charts wouldn't re-draw as expected when the data changes.
Version: 6.2.3
Framework Version: 10.6.0
Release Notes:

### [1.2.3] CustomChart #### Changed - We changed the event data to return more properties instead of only bbox coordinates.

Version: 6.2.2
Framework Version: 10.6.0
Release Notes: ### [1.2.2] CustomChart

#### Fixed

- We fixed an issue where event data attribute wouldn't successfully get its value set.
Version: 6.2.1
Framework Version: 10.6.0
Release Notes: ### [6.2.1] AreaChart

#### Changed

- We updated shared charts dependency.

### [6.2.1] BarChart

#### Changed

- We updated shared charts dependency.

### [6.2.1] BubbleChart

#### Changed

- We updated shared charts dependency.

### [6.2.1] ColumnChart

#### Changed

- We updated shared charts dependency.

### [1.2.1] CustomChart

#### Fixed

- We fixed an issue with incorrect parsing and merging of layout and data properties.

### [6.2.1] HeatMap

#### Fixed

- We fixed on click events by correctly adding datasource and allow to listen to selection.

### [6.2.1] LineChart

#### Changed

- We updated shared charts dependency.

### [6.2.1] PieChart

#### Changed

- We updated shared charts dependency.

### [6.2.1] TimeSeries

#### Changed

- We updated shared charts dependency.

### [2.1.1] ChartPlayground

#### Changed

- We updated shared charts dependency.
Version: 6.2.0
Framework Version: 10.6.0
Release Notes: ### [6.2.0] AreaChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] BarChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] BubbleChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] ColumnChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [1.2.0] CustomChart

#### Changed

- We increase the version to update shared code.

### [6.2.0] LineChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.2.0] PieChart

#### Changed

- We increase the version to update shared code.

### [6.2.0] TimeSeries

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0
Version: 6.1.3
Framework Version: 9.24.0
Release Notes: ### [1.1.3] CustomChart

#### Changed

- We changed the event data to return more properties instead of only bbox coordinates.
Version: 6.1.2
Framework Version: 9.24.0
Release Notes: ### [1.1.2] CustomChart

#### Fixed

- We fixed an issue where event data attribute wouldn't successfully get its value set.
Version: 6.1.1
Framework Version: 9.24.0
Release Notes: ### [6.1.1] AreaChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] BarChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] BubbleChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] ColumnChart

#### Changed

- We updated shared charts dependency.

### [1.1.1] CustomChart

#### Fixed

- We fixed an issue with incorrect parsing and merging of layout and data properties.

### [6.1.1] HeatMap

#### Fixed

- We fixed on click events by correctly adding datasource.

### [6.1.1] PieChart

#### Changed

- We updated shared charts dependency.

### [6.1.1] TimeSeries

#### Changed

- We updated shared charts dependency.

### [2.0.1] ChartPlayground

#### Changed

- We updated shared charts dependency.
Version: 6.1.0
Framework Version: 9.24.0
Release Notes: ### [6.1.0] AreaChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.1.0] BarChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.1.0] BubbleChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [6.1.0] ColumnChart

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0

### [1.1.0] CustomChart

#### Changed

- We increase the version to update shared code.

### [6.1.0] TimeSeries

#### Fixed

- We fixed an issue with aggregate being removed on plotly 3.0
Version: 6.0.1
Framework Version: 10.6.0
Release Notes: ### [1.0.1] CustomChart

#### Fixed

- We fixed an issue with static layout configuration not applying properly for some properties.