mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:29:33 +08:00
BarChart: support log scale (#43305)
This commit is contained in:
@ -183,6 +183,8 @@ export const preparePlotConfigBuilder: UPlotConfigPrepFn<BarChartOptions> = ({
|
||||
softMax: customConfig.axisSoftMax,
|
||||
orientation: vizOrientation.yOri,
|
||||
direction: vizOrientation.yDir,
|
||||
distribution: customConfig.scaleDistribution?.type,
|
||||
log: customConfig.scaleDistribution?.log,
|
||||
});
|
||||
|
||||
if (customConfig.axisPlacement !== AxisPlacement.Hidden) {
|
||||
|
Reference in New Issue
Block a user