Skip to content

Commit

Permalink
Remove gridline added in bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jayb committed Sep 19, 2024
1 parent e3e9222 commit 9c75f1d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/chart/src/components/LinearChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -584,18 +584,6 @@ const LinearChart: React.FC<LinearChartProps> = props => {
</Text>
)}

{runtime.yAxis.gridLines && displayFirstGridLine ? (
<Line
key={`${tick.value}--hide-hideGridLines`}
display={(isLogarithmicAxis && showTicks).toString()}
from={{ x: tick.from.x + xMax, y: tick.from.y }}
to={tick.from}
stroke='rgba(0,0,0,0.3)'
/>
) : (
''
)}

{orientation === 'horizontal' &&
visualizationSubType !== 'stacked' &&
config.yAxis.labelPlacement === 'On Date/Category Axis' &&
Expand Down

0 comments on commit 9c75f1d

Please sign in to comment.