PlotKit - Javascript Chart Plotting

来源:互联网 发布:php私有属性赋值 编辑:程序博客网 时间:2024/04/30 18:05

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 文档.
  • Older Versions:
    • 0.8 (21 March 2006)
    • 0.9 (14 June 2006)
  •  老版本 :
    • 0.8 (2006年3月21日)
    • 0.9 (2006年6月14日)

----------------------------------------------------------------------------------------

更多内容,可以在http://www.liquidx.net/plotkit/获得

原创粉丝点击