Skip to content

Commit a96d512

Browse files
committedJan 17, 2020
fix: smaller grid line by default
1 parent dd3c736 commit a96d512

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
@@ -17,7 +17,7 @@ export abstract class AxisBase extends ComponentBase {
1717

1818
private mGridColor = 'gray';
1919

20-
private mGridLineWidth = 1;
20+
private mGridLineWidth = 0.5;
2121

2222
private mAxisLineColor = 'gray';
2323

0 commit comments

Comments
 (0)
Please sign in to comment.