@bndynet/icharts
API Documentation
Coverage Report
Hello, world!
This project provides some simple charts to use easily.
Fork me on GitHub
Example
RUN
{ "title": { "text": "Chart", "description": "description for chart" }, "isDark": true, "xKey": "Date", "gridLine": "all", "stacked": true, "type": "bar", "smooth": false, "toolbox": { "show": true }, "__": "" }
RUN
{ "title": { "text": "Pie Chart", "description": "description for pie chart" }, "radius": [ "60%", "70%" ], "legend": { "show": true, "location": "right", "top": 30, "padding": [10, 10, 10, 10], "labelStyles": [ { "fontSize": 13 }, { "width": 100, "textAlign": "left" } ] }, "colors": [ "#ff0000", "#00ff00" ] }
RUN
{ "xKey": "Date", "type": "sparkline", "colors": "#ff0000", "__": "" }
Changelog
Generated by CI automatically.