This sample project demonstrates common scenarios for using amCharts 4 Editor in your CMS:
- New chart — allow users to freely create a new chart from templates.
- Edit chart — users can edit properties of the chart and its data but can't change its type/template.
- New chart from data — users can create new charts based on supplied preset data.
- Edit chart type* — users can apply different templates to a previously created chart.
- Settings — shows how to modify some of the Editor configuration settings.
yarn install
Note: check package.json for a script to copy am4editor files into your output.
You can do it any way you want in your build system, but it has to end up in
the build output.
yarn start
yarn build