Move YAxis & HorizontalGrid components in a common conditional expression

This commit is contained in:
mashazyu
2019-11-18 17:29:40 +01:00
parent 36ae949f31
commit c24284a57d
2 changed files with 20 additions and 17 deletions
+4
View File
@@ -25,6 +25,10 @@ const orangeColor = '#bc6642'
const mintColor = '#6ca299'
const styles = {
container: {
flexDirection: 'row',
flex: 1,
},
curve: {
stroke: colorTemperature,
strokeWidth: lineWidth,