mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
TimeSeries: clamp max bar width to 200px (#48021)
This commit is contained in:
@@ -213,7 +213,7 @@ function mapDrawStyleToPathBuilder(
|
||||
lineInterpolation?: LineInterpolation,
|
||||
barAlignment = 0,
|
||||
barWidthFactor = 0.6,
|
||||
barMaxWidth = Infinity
|
||||
barMaxWidth = 200
|
||||
): Series.PathBuilder {
|
||||
const pathBuilders = uPlot.paths;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user