Increase SAC dot stroke width
This commit is contained in:
parent
e6b1eced20
commit
326bae572b
|
@ -376,7 +376,7 @@ var Dot = React.createClass({
|
||||||
r={this.radius}
|
r={this.radius}
|
||||||
fill="#fff"
|
fill="#fff"
|
||||||
stroke="#f0f0f0"
|
stroke="#f0f0f0"
|
||||||
strokeWidth="1" />
|
strokeWidth="2" />
|
||||||
<text ref="value"
|
<text ref="value"
|
||||||
x={this.props.x}
|
x={this.props.x}
|
||||||
y={this.props.y+4}
|
y={this.props.y+4}
|
||||||
|
|
Loading…
Reference in New Issue