Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredamiron committed Nov 23, 2023
1 parent 855ea21 commit f09cf9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const enableInteractivity = <
simulationIsPlaying: boolean,
dispatchUpdateTimePositionValues: (newTimePositionValues: Date) => void,
chartDimensions: [Date, Date],
additionalValues: ChartAxes[] = [], // more values to display on the same chart
additionalValues: ChartAxes[] = [] // more values to display on the same chart
) => {
if (!chart) return;
const zoom = d3zoom<SVGGElement, unknown>()
Expand Down

0 comments on commit f09cf9a

Please sign in to comment.