Resolve "don't show temperature chart part of chart when temp not tracked"
This commit is contained in:
committed by
Sofiya Tepikin
parent
620f5e77da
commit
ee0b83d1ca
@@ -25,9 +25,14 @@ const orangeColor = '#bc6642'
|
||||
const mintColor = '#6ca299'
|
||||
|
||||
const styles = {
|
||||
container: {
|
||||
flexDirection: 'row',
|
||||
flex: 1,
|
||||
container: { flex: 1 },
|
||||
chartContainer: { flexDirection: 'column' },
|
||||
chartArea: { flexDirection: 'row' },
|
||||
centerItem: {
|
||||
flex:1,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
marginHorizontal: 25,
|
||||
},
|
||||
curve: {
|
||||
stroke: colorTemperature,
|
||||
@@ -137,7 +142,7 @@ const styles = {
|
||||
},
|
||||
chartLegend: {
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
justifyContent: 'flex-end',
|
||||
},
|
||||
boldTick: {
|
||||
fontWeight: 'bold',
|
||||
|
||||
Reference in New Issue
Block a user