Skip to content

Commit

Permalink
fix: Expose show axis lines on line, bar, scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
thesergsb committed Jul 24, 2024
1 parent aef1cbf commit 3b158a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/chart-elements/AreaChart/AreaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ interface ActiveDot {
dataKey?: string;
}

// Placeholder
const AreaChart = React.forwardRef<HTMLDivElement, AreaChartProps>((props, ref) => {
const {
data = [],
Expand Down

0 comments on commit 3b158a1

Please sign in to comment.