We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d73e commit 26f25e6Copy full SHA for 26f25e6
public/app/plugins/panel/barchart/utils.ts
@@ -539,10 +539,7 @@ function getRotationPadding(
539
function getScaleOrientation(orientation: VizOrientation) {
540
if (orientation === VizOrientation.Vertical) {
541
return {
542
- xOri: ScaleOrientation.Horizontal,
543
- xDir: ScaleDirection.Right,
544
- yOri: ScaleOrientation.Vertical,
545
- yDir: ScaleDirection.Up,
+ warn: 'No Data',
546
};
547
}
548
0 commit comments