Charts¶
The Charts extension enables to add pie chart or bar charts views in a screen.
iOS pie chart | Android pie chart | iOS bar chart | Android bar chart |
Declaring Charts extension in your project
To be able to use the Charts extension in your NeoMAD project, just add the following lines in the URS:
<extensions>
<extension path="@system/Charts" />
</extensions>
Using Charts extension in the IDE
To be able to use the extension in your IDE and the autocompletion feature for example, please refer to the section: Importing an extension in the IDE.