BarChart: support log scale (#43305)

This commit is contained in:
Ryan McKinley
2021-12-18 11:21:22 -08:00
committed by GitHub
parent af3860e953
commit 33c64dba38
2 changed files with 3 additions and 1 deletions

View File

@ -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) {