Skip to content

Commit

Permalink
添加对K线图以及散点图的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluto-Y committed Dec 4, 2015
1 parent 36ca3fd commit dca4d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iOS-Echarts/Resources/echarts.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
'echarts',
'echarts/chart/line', // 使用柱状图就加载line模块,按需加载
'echarts/chart/bar',
'echarts/chart/pie'
'echarts/chart/pie',
'echarts/chart/k',
'echarts/chart/scatter'
],
function (ec) {
// 基于准备好的dom,初始化echarts图表
Expand Down

0 comments on commit dca4d0c

Please sign in to comment.