Skip to content

Commit

Permalink
Merge pull request #552 from emerson-eps/ticks
Browse files Browse the repository at this point in the history
fix: show ticks by default.
  • Loading branch information
hkfb authored Jun 13, 2023
2 parents cb33139 + 798b782 commit 12bd5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/component/Legend/ContinuousLegend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const ContinuousLegend: React.FC<continuousLegendProps> = ({
editedBreakPointValues,
isLog,
isNearest,
isRangeShown = false,
isRangeShown = true,
legendFontSize = 18,
tickFontSize = 12,
numberOfTicks = 3,
Expand Down

0 comments on commit 12bd5de

Please sign in to comment.