Skip to content

Commit 26f25e6

Browse files
changed error message to no data (#182)
1 parent 2a0d73e commit 26f25e6

File tree

1 file changed

+1
-4
lines changed
  • public/app/plugins/panel/barchart

1 file changed

+1
-4
lines changed

public/app/plugins/panel/barchart/utils.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,7 @@ function getRotationPadding(
539539
function getScaleOrientation(orientation: VizOrientation) {
540540
if (orientation === VizOrientation.Vertical) {
541541
return {
542-
xOri: ScaleOrientation.Horizontal,
543-
xDir: ScaleDirection.Right,
544-
yOri: ScaleOrientation.Vertical,
545-
yDir: ScaleDirection.Up,
542+
warn: 'No Data',
546543
};
547544
}
548545

0 commit comments

Comments
 (0)