chartjs-plugin-datasource-prometheus
chartjs-plugin-datasource-prometheus copied to clipboard
How to clear and draw another graph?
Should I do something like:
myChart.clear()
myChart.options.prometheus.query = "new query"
myChart.draw()
?