Skip to content

Commit

Permalink
fix: ticks disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 14, 2020
1 parent 7deba56 commit 234973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charting/components/AxisBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export abstract class AxisBase extends ComponentBase {
/**
* flag indicating the mark ticks should be drawn
*/
protected mDrawMarkTicks = true;
protected mDrawMarkTicks = false;

/**
* Extra spacing for `axisMinimum` to be added to automatically calculated `axisMinimum`
Expand Down

0 comments on commit 234973d

Please sign in to comment.