-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The Jenkins Gatling plugin dashboard in pipeline overview consists of a graph and a legend of all the datapoints.
Bug: The graph legend is overlapping the actual graph and I can't see the datapoints.
Attaching a view of the default graph (with redacted legend labels for privacy reasons).
Also attaching a view of the dashboard if we could move the legend to be to the right of the graph.
A poor-man's fix for the legend not to overlap is as follows (a CSS override), but I'm sure there's a better way to fix this.
div#dashboardGatling {
width: 800px !important;
}