Skip to content

Commit

Permalink
fix: add chartRef (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy authored Jan 6, 2023
1 parent dc39f9e commit d6afe0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Charts/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function LineChart(props: IProps, ref) {
updateBaseline: (baseLine) => {
updateChart(baseLine);
},
chartInstanceRef,
updateDetailChart,
configDetailChart,
autoAdjustPadding,
Expand Down

0 comments on commit d6afe0a

Please sign in to comment.