Hello,
with angular JS, we were able to dynamically add settings on the Settings page of a plugin. For example, in the “Gauge” panel, we can click on “Add threshold” in “Thresholds” and it dynamically adds a new line representing the new threshold.
I read the tutorial, at step 6, we can add new options, but I don’t know how I can do that dynamically.
Is this still possible with Typescript, in Grafana 7?
Thanks