Skip to content

Commit

Permalink
Merge pull request #112 from GNS-Science/feature/238_pga_glyph
Browse files Browse the repository at this point in the history
fix/238_linear_uncertainty
  • Loading branch information
benjamineac authored Nov 8, 2022
2 parents f0d0299 + dfd5119 commit d7e04e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GroupCurveChart/GroupCurveChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const GroupCurveChart: React.FC<GroupCurveChartProps> = (props: GroupCurveChartP
fillOpacity: 0.4,
}}
defined={(d, index) => {
if (index === 0) {
if (scaleType === 'log' && index === 0) {
return false;
}
return true;
Expand Down

0 comments on commit d7e04e9

Please sign in to comment.