Skip to content

Commit

Permalink
Display longer legend names
Browse files Browse the repository at this point in the history
Legend values were truncated via PR #914, which closed #899.

These can now be relaxed as testing indicates that legend values are no
longer being rendered behind other items.

Closes #1306
  • Loading branch information
jameshadfield committed Mar 30, 2021
1 parent 11302dc commit 2cb6e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const rbsColorDomain = genericDomain;
export const dateColorDomain = genericDomain;
export const legendRectSize = 15;
export const legendSpacing = 4;
export const legendMaxLength = 18;
export const legendMaxLength = 24;
export const nonTipNodeRadius = 0;
export const tipRadius = 4;
export const tipRadiusOnLegendMatch = 7;
Expand Down

0 comments on commit 2cb6e59

Please sign in to comment.