@@ -36,28 +36,26 @@ class BulletGraph extends React.Component {
36
36
}
37
37
38
38
render ( ) {
39
- return ( <
40
- div className = "BulletGraph" >
41
- <
42
- HorizontalBulletGraph title = { this . props . title }
43
- textLabel = { this . props . textLabel }
44
- scaleMin = { this . props . scaleMin }
45
- scaleMax = { this . props . scaleMax }
46
- performanceVal = { this . props . performanceVal }
47
- symbolMarker = { this . props . symbolMarker }
48
- badVal = { this . props . badVal }
49
- satisfactoryVal = { this . props . satisfactoryVal }
50
- unitsSuffix = { this . props . unitsSuffix }
51
- unitsPrefix = { this . props . unitsPrefix }
52
- titleStyle = { this . props . titleStyle }
53
- textFont = { this . props . textFont }
54
- badColor = { this . props . badColor }
55
- satisfactoryColor = { this . props . satisfactoryColor }
56
- goodColor = { this . props . goodColor }
57
- height = { this . props . height }
58
- width = { this . props . width }
59
- /> < /
60
- div >
39
+ return (
40
+ < div className = "BulletGraph" >
41
+ < HorizontalBulletGraph title = { this . props . title }
42
+ textLabel = { this . props . textLabel }
43
+ scaleMin = { this . props . scaleMin }
44
+ scaleMax = { this . props . scaleMax }
45
+ performanceVal = { this . props . performanceVal }
46
+ symbolMarker = { this . props . symbolMarker }
47
+ badVal = { this . props . badVal }
48
+ satisfactoryVal = { this . props . satisfactoryVal }
49
+ unitsSuffix = { this . props . unitsSuffix }
50
+ unitsPrefix = { this . props . unitsPrefix }
51
+ titleStyle = { this . props . titleStyle }
52
+ textFont = { this . props . textFont }
53
+ badColor = { this . props . badColor }
54
+ satisfactoryColor = { this . props . satisfactoryColor }
55
+ goodColor = { this . props . goodColor }
56
+ height = { this . props . height }
57
+ width = { this . props . width } />
58
+ </ div >
61
59
) ;
62
60
}
63
61
} ;
0 commit comments