marcusolsson / grafana-gantt-panel

A panel plugin for Grafana to visualize Gantt charts.
Apache License 2.0
26 stars 12 forks source link

Dimension for Hover Text #9

Closed Andi1986 closed 3 years ago

Andi1986 commented 3 years ago

Currently activities have hovertext which is showing start, end and duration. A good addition would be to have dynamic hover text filled by a seperate optional dimension. The field type for this dimension should be simple text with a defined maximum length.

See example use case here: #7

marcusolsson commented 3 years ago

What kind of information would like to show in the tooltip?

Here's an example of something similar from one of my other plugins, where you can select multiple fields to use as labels.

Screen Shot 2021-02-03 at 20 50 06

Or, would you rather have paragraphs of text, with for example an error message?

Andi1986 commented 3 years ago

this example is exactly how i thought it to be. i didnt have multiple fields in mind but actually i like that even more, so this would be perfect in my opinion

marcusolsson commented 3 years ago

Available in 0.4.0 🎉 Please try it and report any issues!

Andi1986 commented 3 years ago

Hi, it looks almost good. i have error messages containg pretty long path, this makes the blue inner box overlap the toolbox, which looks a bit ugly. maybe you could fix that also. Thank you :)