Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
***********JS Code********** function(options) { options.dataFilter = function(data) { for (var s = 0; s < data.series.length; s++) { data.series[s].pieSliceExplode = 1; } console.log(data) return data; }; options.styleDefaults.threeDEffect = "on"; return options;}
Please let me know the if need any help
How to create organisation chart?Can u make video on that
Js code
***********JS Code**********
function(options) {
options.dataFilter = function(data) {
for (var s = 0; s < data.series.length; s++) {
data.series[s].pieSliceExplode = 1;
}
console.log(data)
return data;
};
options.styleDefaults.threeDEffect = "on";
return options;
}
Please let me know the if need any help
How to create organisation chart?
Can u make video on that
Js code