Protovis可视化 javaScript 图表生成工具

联合创作 · 2023-09-29 00:40

Protovis 是一个可视化 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();
浏览 6
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报