PlotKit - Javascript Chart Plotting - JS 图表绘制
Introduction 介绍
PlotKit is a Chart and Graph Plotting Library for Javascript. It has support for HTML Canvas and also SVG via Adobe SVG Viewer and native browser support.
PlotKit 是一个可绘制图形和图表的Javascript库。支持HTML Canvas 以及 通过Adobe SVG Viewer 的 SVG ,还有本地浏览器的支持
PlotKit is fully documented and there is a quick tutorial to get you started.
PlotKit 参考文档丰富全面 并提供一个快速参考以帮助你开始使用它。
PlotKit is a complete rewrite of CanvasGraph. It is better structured and supported.
PlotKit是对CanvasGraph的重写,拥有更好的结构和支持
Requirements 需求
- MochiKit 1.3 or higher
- HTML Canvas: Safari 2+, Opera 9+, Firefox 1.5+, IE 6 (in emulated mode)
- SVG: Opera 9+, Firefox 1.5+ (see note), IE6 with Adobe SVG.
Note: Firefox 1.5+ on Linux and Windows is supported. Firefox 1.5+ on Mac does not draw labels in SVG, so you must set axisLabelUseDiv
to true
if you want to have maximum compatibility.
说明:支持Linux/Windows 上的FF 1.5+ 。Mac 上的FF 1.5+不能在SVG中绘制标签,所以你必须设置 axisLabelUseDiv 为 true 才能够得到最大的兼容性。
License(s) 许可
- PlotKit is copyright (c) 2006 Alastair Tse. Licensed under the BSD License.
- PlotKit 版权属于 Alastair Tse. 使用许可请遵守 BSD 协议。
- excanvas.js is copyright (c) 2006. Google Inc. Licensed under the Apache License.
- excanvas.js 版权属于 Google Inc。使用许可遵守Apache协议
Get/Download 获取/下载
- Latest Version is : 0.9.1 - plotkit-0.9.1.zip
- 最新版本: 0.9.1 - plotkit-0.9.1.zip
- Last Updated: 29 August 2006
- 最近更新 : 2006年8月29日
- For changes in this version, look in PlotKit Documentation.
- 若想查看版本变迁,请进入 : PlotKit 文档.
----------------------------------------------------------------------------------------
更多内容,可以在http://www.liquidx.net/plotkit/获得