UNPKG

@progress/kendo-angular-charts

Version:

Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.

29 lines (28 loc) 674 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsKendoAngularCharts", "title": "Kendo Angular Charts Options Schema", "type": "object", "properties": { "theme": { "enum": [ "default", "bootstrap", "material" ], "default": "default", "description": "The theme to apply" }, "export": { "type": "boolean", "default": false, "description": "Specifies if declaring module exports the component." }, "skipInstall": { "description": "Skip installing Kendo dependency packages.", "type": "boolean", "default": false } }, "required": [] }