Skip to content

Commit 4dae12d

Browse files
committed
fix: invalidate on notifyDataChanged
1 parent 5cb3c01 commit 4dae12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/charting/charts/BarLineChartBase.ts

+1
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ export abstract class BarLineChartBase<U extends Entry, D extends IBarLineScatte
310310
if (this.mLegend != null) this.mLegendRenderer.computeLegend(this.mData);
311311

312312
this.calculateOffsets(); // needs chart size
313+
this.invalidate();
313314
}
314315

315316
/**

0 commit comments

Comments
 (0)