We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149b7c8 commit ddc20aeCopy full SHA for ddc20ae
src/component/Overlay.ts
@@ -672,7 +672,7 @@ export default abstract class OverlayImp implements Overlay {
672
difValue = point.value - this._prevPressedPoint.value
673
}
674
this.points = this._prevPressedPoints.map(p => {
675
- if (isNumber(p.dataIndex) && isNumber(p.timestamp)) {
+ if (isNumber(p.timestamp)) {
676
p.dataIndex = timeScaleStore.timestampToDataIndex(p.timestamp)
677
678
const newPoint = { ...p }
0 commit comments