Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: "Charts"
url: /appstore/widgets/charts/
description: "Describes the configuration and usage of the Charts widget, which is available in the Mendix Marketplace."
aliases:
- /appstore/widgets/charts-plotly-images-rest/
- /howto/front-end/charts-plotly-images-rest/
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
---

Expand All @@ -18,7 +21,6 @@ For more examples of what Charts widgets can do, see the following documents:
* [Use the Charts Theme](/appstore/widgets/charts-theme/)
* [Create a Dynamic Series Chart](/appstore/widgets/charts-dynamic-series/)
* [Use a Chart with a REST Data Source](/appstore/widgets/charts-basic-rest/)
* [Use the Plotly Images REST Service Endpoint](/appstore/widgets/charts-plotly-images-rest/)

{{% alert color="info" %}}
This document assumes that you are using Charts widget v3.0.0 or above. To read documentation for older versions, see the [Legacy Chart Widget Documentation](#legacy-widget-docs) section below.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description_list: true

Charts allow you to display data series visually on your app pages in a wide range of charts.

[Basic Charts](#basic-charts) are included in Mendix app templates based on Atlas UI. They can be included in other Mendix apps by downloading them from the Mendix Marketplace (for more information on various charts and their configurations, see [Charts](/appstore/widgets/charts/)). Basic charts are based on version 1.47.4 of plotly.js.
[Basic Charts](#basic-charts) are included in Mendix app templates based on Atlas UI. They can be included in other Mendix apps by downloading them from the Mendix Marketplace (for more information on various charts and their configurations, see [Charts](/appstore/widgets/charts/)). Basic charts are based on plotly.js 3.x as of Charts widget version 6.0.0. For the exact plotly.js version in the release you are using, see the [Charts](https://marketplace.mendix.com/link/component/105695/) listing in the Mendix Marketplace.

[Any Chart](#any-chart) gives much more control and allows more flexible use of the features of [plotly.js](https://plot.ly/). The [Any Chart](/appstore/modules/any-chart/) widget can be included in your app. See the widget description in the Marketplace to see what version of plotly.js is supported.

Expand All @@ -31,7 +31,7 @@ The widgets contain several settings which can be changed in Studio Pro to custo

If the standard chart settings are not sufficient for your purposes, see [Chart Advanced Cheat Sheet](/refguide/charts-advanced-cheat-sheet/) for information on advanced configuration of your basic charts.

Note that only features up to version 1.47.4 of plotly.js can be used when configuring charts.
Only plotly.js features available in the version bundled with your Charts widget release can be used when configuring charts.

**Dynamic Series Chart**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Standard charts provide the most common settings through the widget configuratio

This cheat sheet with JSON snippets will provide some samples of advance configuration.

The full reference can be found at [https://plot.ly/javascript/](https://plot.ly/javascript/). Charts support plotly.js version 1.47.4.
The full reference can be found at [Plotly JavaScript Open Source Graphing Library](https://plotly.com/javascript/). Charts support plotly.js 3.x as of Charts widget version 6.0.0.

When the advanced configuration does not suffice have a look at the [Any Chart](https://marketplace.mendix.com/link/component/106437/Mendix/Any-Chart) widget in the Marketplace.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description_list: true

Charts allow you to display data series visually on your app pages in a wide range of charts.

[Basic Charts](#basic-charts) are included in Mendix app templates based on Atlas UI. They can be included in other Mendix apps by downloading them from the Mendix Marketplace (for more information on various charts and their configurations, see [Charts](/appstore/widgets/charts/)). Basic charts are based on version 1.47.4 of plotly.js.
[Basic Charts](#basic-charts) are included in Mendix app templates based on Atlas UI. They can be included in other Mendix apps by downloading them from the Mendix Marketplace (for more information on various charts and their configurations, see [Charts](/appstore/widgets/charts/)). Basic charts are based on plotly.js 3.x as of Charts widget version 6.0.0. For the exact plotly.js version in the release you are using, see the [Charts](https://marketplace.mendix.com/link/component/105695/) listing in the Mendix Marketplace.

[Any Chart](#any-chart) gives much more control and allows more flexible use of the features of [plotly.js](https://plot.ly/). The [Any Chart](/appstore/modules/any-chart/) widget can be included in your app. See the widget description in the Marketplace to see what version of plotly.js is supported.

Expand All @@ -31,7 +31,7 @@ The widgets contain several settings which can be changed in Studio Pro to custo

If the standard chart settings are not sufficient for your purposes, see [Chart Advanced Cheat Sheet](/refguide10/charts-advanced-cheat-sheet/) for information on advanced configuration of your basic charts.

Note that only features up to version 1.47.4 of plotly.js can be used when configuring charts.
Only plotly.js features available in the version bundled with your Charts widget release can be used when configuring charts.

**Dynamic Series Chart**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Standard charts provide the most common settings through the widget configuratio

This cheat sheet with JSON snippets will provide some samples of advance configuration.

The full reference can be found at [https://plot.ly/javascript/](https://plot.ly/javascript/). Charts support plotly.js version 1.47.4.
The full reference can be found at [Plotly JavaScript Open Source Graphing Library](https://plotly.com/javascript/). Charts support plotly.js 3.x as of Charts widget version 6.0.0.

When the advanced configuration does not suffice have a look at the [Any Chart](https://marketplace.mendix.com/link/component/106437/Mendix/Any-Chart) widget in the Marketplace.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description_list: true

Charts allow you to display data series visually on your app pages in a wide range of charts.

[Basic Charts](#basic-charts) are included in Mendix app templates based on Atlas UI. They can be included in other Mendix apps by downloading them from the Mendix Marketplace (for more information on various charts and their configurations, see [Charts](/appstore/widgets/charts/)). Basic charts are based on version 1.47.4 of plotly.js.
[Basic Charts](#basic-charts) are included in Mendix app templates based on Atlas UI. They can be included in other Mendix apps by downloading them from the Mendix Marketplace (for more information on various charts and their configurations, see [Charts](/appstore/widgets/charts/)). Basic charts are based on plotly.js 3.x as of Charts widget version 6.0.0. For the exact plotly.js version in the release you are using, see the [Charts](https://marketplace.mendix.com/link/component/105695/) listing in the Mendix Marketplace.

[Any Chart](#any-chart) gives much more control and allows more flexible use of the features of [plotly.js](https://plot.ly/). The [Any Chart](/appstore/modules/any-chart/) widget can be included in your app. See the widget description in the Marketplace to see what version of plotly.js is supported.

Expand All @@ -31,7 +31,7 @@ The widgets contain several settings which can be changed in Studio Pro to custo

If the standard chart settings are not sufficient for your purposes, see [Chart Advanced Cheat Sheet](/refguide9/charts-advanced-cheat-sheet/) for information on advanced configuration of your basic charts.

Note that only features up to version 1.47.4 of plotly.js can be used when configuring charts.
Only plotly.js features available in the version bundled with your Charts widget release can be used when configuring charts.

**Dynamic Series Chart**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Standard charts provide the most common settings through the widget configuratio

This cheat sheet with JSON snippets will provide some samples of advance configuration.

The full reference can be found at [https://plot.ly/javascript/](https://plot.ly/javascript/). Charts support plotly.js version 1.47.4.
The full reference can be found at [Plotly JavaScript Open Source Graphing Library](https://plotly.com/javascript/). Charts support plotly.js 3.x as of Charts widget version 6.0.0.

When the advanced configuration does not suffice have a look at the [Any Chart](https://marketplace.mendix.com/link/component/106437/Mendix/Any-Chart) widget in the Marketplace.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading