Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 4 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /