Skip to content

Commit cf85b61

Browse files
committedJun 18, 2020
fix: custom highlight set high entry
1 parent 5ebd1b9 commit cf85b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/charting/charts/Chart.ts

+1
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ export abstract class Chart<U extends Entry, D extends IDataSet<U>, T extends Ch
619619
this.mIndicesToHighlight = null;
620620
high = null;
621621
} else {
622+
high.entry = e;
622623
// set the indices to highlight
623624
this.mIndicesToHighlight = [high];
624625
}

0 commit comments

Comments
 (0)
Please sign in to comment.