Skip to content

Commit 234973d

Browse files
committed
fix: ticks disabled by default
1 parent 7deba56 commit 234973d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charting/components/AxisBase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export abstract class AxisBase extends ComponentBase {
111111
/**
112112
* flag indicating the mark ticks should be drawn
113113
*/
114-
protected mDrawMarkTicks = true;
114+
protected mDrawMarkTicks = false;
115115

116116
/**
117117
* Extra spacing for `axisMinimum` to be added to automatically calculated `axisMinimum`

0 commit comments

Comments
 (0)