Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Sep 5, 2021
1 parent d644845 commit d45af2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export default function EchartsTimeseries({
if (clickTimer.current) {
clearTimeout(clickTimer.current);
}
// only for the stacked line/area/step/smooth chart
const pointInPixel = [params.offsetX, params.offsetY];
const echartInstance = echartRef.current?.getEchartInstance();
if (echartInstance?.containPixel('grid', pointInPixel)) {
Expand Down

0 comments on commit d45af2c

Please sign in to comment.