As a developer, I would like to use AmCharts to make all charts - use the free version.
AC
WHEN I am displaying the charts I would like to use AmCharts
THEN I need the ability to use the functionality
AND there will be instructions in issue #93 for how to use AmCharts
Dev Notes
[ ] install via NPM npm install @amcharts/amcharts4
[ ] import * as am4core from "@amcharts/amcharts4/core";
[ ] import * as am4charts from "@amcharts/amcharts4/charts";
User Story
As a developer, I would like to use AmCharts to make all charts - use the free version.
AC
WHEN I am displaying the charts I would like to use AmCharts THEN I need the ability to use the functionality AND there will be instructions in issue #93 for how to use AmCharts
Dev Notes
npm install @amcharts/amcharts4
import * as am4core from "@amcharts/amcharts4/core";
import * as am4charts from "@amcharts/amcharts4/charts";