1
0
Fork 0

Increase SAC dot stroke width

This commit is contained in:
Gregory Eremin 2015-03-17 01:28:16 +07:00
parent e6b1eced20
commit 326bae572b
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ var Dot = React.createClass({
r={this.radius}
fill="#fff"
stroke="#f0f0f0"
strokeWidth="1" />
strokeWidth="2" />
<text ref="value"
x={this.props.x}
y={this.props.y+4}