Skip to content

Commit 392ae00

Browse files
committed
fix: disable icons by default
1 parent 58ff562 commit 392ae00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charting/data/BaseDataSet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export abstract class BaseDataSet<T extends Entry> implements IDataSet<T> {
9494
/**
9595
* if true, y-icons are drawn on the chart
9696
*/
97-
protected mDrawIcons = true;
97+
protected mDrawIcons = false;
9898

9999
/**
100100
* the offset for drawing icons (in dp)

0 commit comments

Comments
 (0)