Skip to content

Commit 2d091de

Browse files
committed
fix: filtering fix
1 parent 2d01806 commit 2d091de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-chart/data/LineDataSet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class LineDataSet extends LineRadarDataSet<Entry> implements ILineDataSet
132132
}
133133

134134
mIgnoreFiltered = false;
135-
protected geInternalValues() {
135+
protected getInternalValues() {
136136
if (this.mFilteredValues && !this.mIgnoreFiltered) {
137137
return this.mFilteredValues;
138138
}

0 commit comments

Comments
 (0)