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
Post a Comment