source: Dev/trunk/src/client/dojox/charting/widget/Chart2D.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 440 bytes
RevLine 
[483]1define(["dojo/_base/kernel", "dojo/_base/lang", "./Chart", "../Chart2D",
2        "../action2d/Highlight", "../action2d/Magnify",
3        "../action2d/MoveSlice", "../action2d/Shake", "../action2d/Tooltip"], function(kernel, lang, Chart) {
4        kernel.deprecated("dojox.charting.widget.Chart2D", "Use dojo.charting.widget.Chart instead and require all other components explicitly", "2.0");
5        return lang.setObject("dojox.charting.widget.Chart2D", Chart);
6});
Note: See TracBrowser for help on using the repository browser.