ApexCharts - Getting started
Overview
This doc will explain how to get ApexChart setup to use in an app.
Installing and Initializing
Add the following tags to your DOM header insertions:
Add the following line to a function on the named action βonAppLoadβ, under the Global Named Actions (App level):
Example
Here is an example of how to draw a chart using ApexCharts in your app.
Sample Data
For this example we will be using these sample data, that can be saved to your Data Model as βdataβ:
Adding charts to page schema
All we need is an html component with the ApexChart tag, as following:
The expected result should be as shown in the image below.

Reference
Last updated
Was this helpful?