谷歌图表
旨在简化使用 Google 图表 API 的 ClojureScript 库
用法
###(绘制图表列向量选项图表)
columns [["number" "X"] ["number" "Y"] ["type" "Title"]]
vectors [[X1 Y1] [X2 Y2]]
The number of columns must match the number of datapoints
options {:option value}
chart (new js/google.visualization.TypeOfChart DOM-element)
执照
版权所有 :copyright: 2014 弗兰克伯纳姆
在 Eclipse Public License version 1.0 下分发。
1