Widget - Script
You can easily insert the chart widget using the <script>
and the DXcharts
global variable constructor.
If you are hosting the widget yourself, you also need to host the font files, which are located in [widget_path]/assets/.
Note: By default, the chart displays mocked data. To display real data, either:
- Configure your own data source, or
- Provide the dxFeedURL and dxFeedToken in the widget settings.