Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
394 bytes
|
Line | |
---|
1 | define(["dojo/_base/kernel", "./Chart", "../Chart2D", |
---|
2 | "../action2d/Highlight", "../action2d/Magnify", |
---|
3 | "../action2d/MoveSlice", "../action2d/Shake", "../action2d/Tooltip"], function(dojo, Chart) { |
---|
4 | dojo.deprecated("dojox.charting.widget.Chart2D", "Use dojo.charting.widget.Chart instead and require all other components explicitly", "2.0"); |
---|
5 | return dojox.charting.widget.Chart2D = Chart; |
---|
6 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.