Skip to content

Commit

Permalink
fix: do not automatically show voronois lol
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 20, 2021
1 parent d09fb93 commit a3ff3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function defaultChartOptions<TDatum>(
getSeriesOrder:
options.getSeriesOrder ?? ((series: Series<TDatum>[]) => series),
interactionMode: options.interactionMode ?? 'primary',
showVoronoi: options.showVoronoi ?? true,
showVoronoi: options.showVoronoi ?? false,
defaultColors: options.defaultColors ?? defaultColorScheme,
useIntersectionObserver: options.useIntersectionObserver ?? true,
intersectionObserverRootMargin:
Expand Down

1 comment on commit a3ff3ed

@vercel
Copy link

@vercel vercel bot commented on a3ff3ed Jul 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.