Hi,
is there any way to hide or remove the "drag zoom" under the graph?
Code: Select all
jQuery(window).on('load', function(){
if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; }
wpDataChartsCallbacks[39] = function(obj){
obj.options.navigator.enabled = false;
obj.options.scrollbar.enabled = false;
}
});