chart.js - Chart JS Zoom Pan -


i using chart js zoom/pan plugin (https://github.com/chartjs/chartjs-plugin-zoom) , wondering if there way disable when there no data present. current basic options settings

pan: {
enabled: true,
mode: 'x'
},
zoom: {
enabled: true,
mode: 'x'
}

yes, can change setting "enabled" false and/or use chart.resetzoom() link


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -