Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Nov 20, 2024
1 parent d0b5a57 commit b2586a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function nonNullable<T>(v: T): v is NonNullable<T> {
function getValueLabelsStyling(isHorizontal: boolean): {
displayValue: RecursivePartial<DisplayValueStyle>;
} {
const VALUE_LABELS_MAX_FONTSIZE = 12;
const VALUE_LABELS_MAX_FONTSIZE = 10;
const VALUE_LABELS_MIN_FONTSIZE = 10;
const VALUE_LABELS_VERTICAL_OFFSET = -10;
const VALUE_LABELS_HORIZONTAL_OFFSET = 10;
Expand Down

0 comments on commit b2586a6

Please sign in to comment.