ibm-js / dcharting

Charting Widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcharting

Dojo Charting for Dojo 2.0 experiments

Status

No official release yet.

Migration

This is the former dojox/charting project.

Migration steps from dojox/charting to dcharting:

  • replace any use of "dojox/charting" AMD module path by "dcharting"
  • replace any use dojox/charting/widget/Chart by dcharting/Chart
  • replace any use of strings or reference to a class to create elements (axis, plots...) by instance of the needed class.

Licensing

This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.

About

Charting Widgets

License:Other


Languages

Language:JavaScript 99.9%Language:CSS 0.1%