AM Charts

Content Type: Widget
Categories: Visualization

Overview

AM Charts

This widget serves the purpose of generating charts by leveraging the AM Chart library. You have the flexibility to embed this widget within any page, regardless of whether it contains a data view or not. If your intention is to incorporate dynamic data, it's advisable to place the widget within a data view. This widget encompasses a selection of chart types, from which you can choose one that suits your needs. Within the widget, there is a JSON field designated for holding the necessary JSON data for the chart.

For instance, sample data for a bar chart and a donut chart can be structured as follows:

[

{

"name": "USA",

"value": 2025

},

{

"name": "China",

"value": 1882

}

]

Please note that we employ double curly braces ‘{{’ and ‘}}’ to encapsulate static data when it is used.

At the moment, the widget exclusively supports donut and bar charts. However, we have plans to introduce five additional chart types every week moving forward.

Dependencies

Mendix Studio Pro version 8.14.0 or above.

Documentation

AMCharts

This widget is used to create charts using AM framework.

Releases

Version: 1.0.0
Framework Version: 8.14.0
Release Notes: This widget serves the purpose of generating charts by leveraging the AM Chart library. You have the flexibility to embed this widget within any page, regardless of whether it contains a data view or not. If your intention is to incorporate dynamic data, it's advisable to place the widget within a data view. This widget encompasses a selection of chart types, from which you can choose one that suits your needs. Within the widget, there is a JSON field designated for holding the necessary JSON data for the chart. For instance, sample data for a bar chart and a donut chart can be structured as follows: [ { "name": "USA", "value": 2025 }, { "name": "China", "value": 1882 } ] Please note that we employ double curly braces ‘{{’ and ‘}}’ to encapsulate static data when it is used. At the moment, the widget exclusively supports donut and bar charts. However, we have plans to introduce five additional chart types every week moving forward. Dependencies Mendix studio pro version 8.14.0 or above