文件名称:angular-flow-chartjs
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-30 18:04:09
流程图JS flowChartJs是图表插件的示例,通过使用 通过Bower安装 bower install angular-flow-chartjs --save 将脚本标签添加到index.html < script src =" bower_components/angular-flow-chartjs.js " > </ script > 包括ngFlowChartJs模块作为模块的依赖项: angular . module ( 'app' , [ 'ngFlowChartJs' , 'ngFlowChart' , 'flowthings' ] ) 完整的例子 选项 chartType :表示ChartJS支持的图表类型之一的string (线,条,雷达,饼图,极区,甜甜圈) chartOptions :要传递给ChartJS的options object (有关更
【文件预览】:
angular-flow-chartjs-master
----README.md(3KB)
----bower.json(575B)
----dist()
--------angular-flow-chartjs.min.js(2KB)
--------angular-flow-chartjs.js(6KB)