Convertigo NGX builder Project
For more technical informations : documentation
-
In your Convertigo Studio click on
to import a project in the treeview -
In the import wizard
paste the text below into the
Project remote URLfield:Usage Click the copy button at the end of the line To contribute libApexCharts=https://github.com/convertigo/c8oprj-lib-apexcharts-ui-ngx.git:branch=8.4.0.0To simply use libApexCharts=https://github.com/convertigo/c8oprj-lib-apexcharts-ui-ngx/archive/8.4.0.0.zip -
Click the
Finishbutton. This will automatically import the libApexCharts project
Describes the mobile application global properties
A simple example to show apex chart usage
variables
| name | comment |
|---|---|
| annotations | Defines annotation markers and labels displayed on chart points or axes.
Example value:
|
| chart | Defines the "chart" input of the shared ApexCharts component.
Example value:
|
| colors | Defines the "colors" input of the shared ApexCharts component.
Example value:
|
| dataLabels | Defines data label visibility and style options.
Example value:
|
| fill | Defines fill style such as solid or gradient.
Example value:
|
| grid | Defines chart grid visibility and style.
Example value:
|
| labels | Defines category labels for charts such as pie or donut.
Example value:
|
| legend | Defines legend behavior and placement.
Example value:
|
| plotOptions | Defines type-specific rendering options.
Example value:
|
| responsive | Defines chart options overridden for specific breakpoints.
Example value:
|
| series | Defines the data series rendered by the chart.
Example value:
|
| states | Defines hover and active visual states.
Example value:
|
| stroke | Defines line or area stroke style.
Example value:
|
| subtitle | Defines an optional subtitle displayed under the title.
Example value:
|
| theme | Defines chart theme and color palette mode.
Example value:
|
| title | Defines the main chart title.
Example value:
|
| tooltip | Defines tooltip display options.
Example value:
|
| xaxis | Defines x-axis categories and labels.
Example value:
|
| yaxis | Defines y-axis scale and label formatting.
Example value:
|
