Newer
Older
import { shadesOfRed, cycleDayColor } from '../../styles/index'
const colorTemperature = '#765285'
const colorTemperatureLight = '#a67fb5'
const colorLtl = '#feb47b'
stroke: colorTemperature,
strokeWidth: lineWidth,
stroke: colorTemperatureLight,
strokeWidth: lineWidth
stroke: {
color: gridColor,
width: gridLineWidth,
'#e3e7ed',
'#c8cfdc',
'#acb8cb',
'#91a0ba',
'#7689a9'
],
'cervix': [
'#f0e19d',
'#e9d26d',
'#e2c33c',
'#dbb40c',
],
'sex': [
borderRightWidth: 1,
borderColor: 'lightgrey',
borderStyle: 'solid'
yAxisLabels: {
tempScale: {
position: 'absolute',
right: 2,
color: 'grey',
fontSize: 9,
textAlign: 'left'
},
cycleDayLabel: {
textAlign: 'center',
justifyContent: 'center',
fontSize: Math.ceil(numberLabelFontSize / 2)
},
dateLabel: {
textAlign: 'center',
justifyContent: 'center',
color: 'grey',
fontSize: 9,
fontWeight: '100',
borderColor: gridColor,
borderWidth: gridLineWidth,
width: '100%',
borderStyle: 'solid',
left: config.columnWidth
},
nfpLine: {
},
loadingMore: {
height: '100%',
backgroundColor: 'lightgrey',
justifyContent: 'center'