We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091f0a commit a1eb165Copy full SHA for a1eb165
src/abstract-chart.js
@@ -66,7 +66,7 @@ class AbstractChart extends Component {
66
y1={height - height / 4 + paddingTop}
67
x2={width}
68
y2={height - height / 4 + paddingTop}
69
- stroke={this.props.chartConfig.color(0.2)}
+ stroke={this.props.chartConfig.color(0)}
70
strokeDasharray="5, 10"
71
strokeWidth={1}
72
/>
@@ -180,7 +180,7 @@ class AbstractChart extends Component {
180
y1={0}
181
x2={Math.floor(paddingRight)}
182
183
184
185
186
0 commit comments