文件名称:mcLine:d3角线图
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-25 01:54:49
JavaScript
麦克莱恩 包装 d3 折线图的角度指令。 实际指令可以在下面找到... app/scripts/directives/mc_line/ 用法 < mc data =' data ' styles =' styles ' duration =' 500 '> mc> 数据属性 data 属性为您的折线图接收一组 x 和 y 值,就像这样。 $scope . data = [ { x : 1 , y : 40 } , { x : 10 , y : 90 } , { x : 20 , y : 55 } , { x : 30 , y : 56 } , ] ; 样式属性 style 属性接受一个描述图形视觉元素的对象文字。 $scope . lineStyles = { width : 1000 , hei
【文件预览】:
mcLine-master
----app()
--------scripts()
----README.md(951B)
----index.html(582B)