I have very less knowledge of grafana. I have created custom bar gauge panel plugin using @grafana/toolkit (react). Now i want to add target line in graph. In grafana toolkit i didn’t get any functionality. Through i can draw target line. Target will come from data base.
@kanwarblp as far as I remember, drawing capatilities are in plotting lib (jquery flot, d3 js or so)
If it possible, may point to a code you used as a starting point or your custom bar renderer code?
V.
Thanks, @vsergeyev. I am creating plugin by using bar gauge panel in base. Is any option in bar gauge panel to set target line. The line that is draw in black color.
Hey there, did you find a way to include a target bar on it?