Skip to content

Commit

Permalink
fix: correct median copy in legend values (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Jun 17, 2024
1 parent 684c6ec commit 0476a64
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/charts/src/common/legend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const legendValueTitlesMap = {
[LegendValue.FirstValue]: 'First',
[LegendValue.FirstNonNullValue]: 'First non-null',
[LegendValue.Average]: 'Avg',
[LegendValue.Median]: 'Mid',
[LegendValue.Median]: 'Median',
[LegendValue.Min]: 'Min',
[LegendValue.Max]: 'Max',
[LegendValue.Total]: 'Total',
Expand Down

0 comments on commit 0476a64

Please sign in to comment.