How to add a trace?
Closed this issue · 1 comments
ybangaru commented
I don't see any examples of it and am quite confused because in the plotly js, it is done using the Plotly.addTraces(graphDiv, {y: [2,1,2]}); but there is no plotly object in grafana. Any thoughts?
matzl commented
I added an example in this Stackoverflow thread, maybe it helps:
https://stackoverflow.com/a/70305224/2738240