Skip to content

Commit 2b1481f

Browse files
committed
fix: a little bigger grid line for better rendering
1 parent f52a7ac commit 2b1481f

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

1919
private mGridColor = 'gray';
2020

21-
private mGridLineWidth = 0.5;
21+
private mGridLineWidth = 1;
2222

2323
private mAxisLineColor = 'gray';
2424

0 commit comments

Comments
 (0)