Skip to content

Commit

Permalink
changed error message to no data (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
GurinderRawala committed Aug 27, 2024
1 parent 2a0d73e commit 26f25e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions public/app/plugins/panel/barchart/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,7 @@ function getRotationPadding(
function getScaleOrientation(orientation: VizOrientation) {
if (orientation === VizOrientation.Vertical) {
return {
xOri: ScaleOrientation.Horizontal,
xDir: ScaleDirection.Right,
yOri: ScaleOrientation.Vertical,
yDir: ScaleDirection.Up,
warn: 'No Data',
};
}

Expand Down

0 comments on commit 26f25e6

Please sign in to comment.