Rev | Line | |
---|
[483] | 1 | define(["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.