Jeremy
Jeremy
Does your variable value contain the braces? Or do they get inserted when the graph is rendering? Can you show me an example of your diagram definition, query, and template...
Confirmed the problem is only for multi-valued variables. The latest version handles single valued vars correctly
Multi-value variable expansion is not compatible, because it creates invalid Mermaid syntax. One way to resolve this, and create enhanced definitions, is to introduce an abstraction between the Mermaid syntax...
Hi @rbrayner are you also using Grafana 7.3?
This is a good use-case for a dynamic graph definition. I've been considering an enhancement that can generate the definition at runtime, but it's not implemented yet. I'll do some...
Not yet, I've been swamped 😅 But gladly accepting PRs! I can help if someone makes an attempt at this. I think if we iterate through the data, and generate...
Thinking more about this - We can have a choice for "Diagram Type" [static, dynamic, ???]. If `dynamic` is chosen, do we always generate a `graph` type? Probably need an...
Thanks @ben-turner that would be great.
Thanks Chuck - Fixed in https://github.com/grafana/grafana-plugin-repository/pull/738 The new versions reference specific branches, so the image links should stay valid on future updates.
Hi, sorry for the delay. I haven't tested yet with OpenTSDB. Do you get an error when using it?