Hi to all,
I need to clone an existing chart in another part of the dom in the same page, I was doing it by copying the options using the following:
var _options = jQuery.extend(true, {}, myExistingChart.options);
$("#myNewChart").kendoChart(_options);
This worked pretty fine with the 2013 . 1514 version of kendo ui, but when I updated to the last version it just doesnt work longer.
Anyway, my case is the following, I have a chart, I need to create a new chart on the same page using the same information that is actually showing
the existing chart. What would be the best way to do this??
Thanks a lot.
Pablo.
I need to clone an existing chart in another part of the dom in the same page, I was doing it by copying the options using the following:
var _options = jQuery.extend(true, {}, myExistingChart.options);
$("#myNewChart").kendoChart(_options);
This worked pretty fine with the 2013 . 1514 version of kendo ui, but when I updated to the last version it just doesnt work longer.
Anyway, my case is the following, I have a chart, I need to create a new chart on the same page using the same information that is actually showing
the existing chart. What would be the best way to do this??
Thanks a lot.
Pablo.