ng-apexcharts
Version:
An angular implementation of ApexCharts
17 lines (16 loc) • 380 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "ng-apexcharts-ng-add-schema",
"title": "Ng Apexcharts ng-add schematic",
"description": "Generate a file of JavaScript",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
}
}
}