You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
440 B
6 lines
440 B
define(["dojo/_base/kernel", "dojo/_base/lang", "./Chart", "../Chart2D", |
|
"../action2d/Highlight", "../action2d/Magnify", |
|
"../action2d/MoveSlice", "../action2d/Shake", "../action2d/Tooltip"], function(kernel, lang, Chart) { |
|
kernel.deprecated("dojox.charting.widget.Chart2D", "Use dojo.charting.widget.Chart instead and require all other components explicitly", "2.0"); |
|
return lang.setObject("dojox.charting.widget.Chart2D", Chart); |
|
});
|
|
|