Protovis可視化 javaScript 圖表生成工具
Protovis 是一個(gè)可視化 javaScript 圖表生成工具。
示例代碼:
new pv.Panel().width(150).height(150) .add(pv.Bar) .data([1, 1.2, 1.7, 1.5, .7, .3]) .bottom(0) .width(20) .height(function(d) d * 80) .left(function() this.index * 25) .root.render();
評(píng)論
圖片
表情
