mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
TimeSeries: clamp max bar width to 200px (#48021)
This commit is contained in:
parent
8972418113
commit
5c3be630f2
@ -213,7 +213,7 @@ function mapDrawStyleToPathBuilder(
|
||||
lineInterpolation?: LineInterpolation,
|
||||
barAlignment = 0,
|
||||
barWidthFactor = 0.6,
|
||||
barMaxWidth = Infinity
|
||||
barMaxWidth = 200
|
||||
): Series.PathBuilder {
|
||||
const pathBuilders = uPlot.paths;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user