可视化 javaScript 图表生成工具 Protovis

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-21 22:14:43

软件介绍

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();

本文地址:https://codercto.com/soft/d/12885.html

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99

It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具