Merge branch '257-nfp-line-not-long-enough' into 'master'
Resolve "NFP line not long enough" Closes #257 See merge request bloodyhealth/drip!127
This commit is contained in:
@@ -81,7 +81,7 @@ export default class CycleChart extends Component {
|
||||
this.chartSymptoms.push('temperature')
|
||||
}
|
||||
|
||||
const columnData = this.makeColumnInfo(nfpLines(), this.chartSymptoms)
|
||||
const columnData = this.makeColumnInfo()
|
||||
this.setState({
|
||||
columns: columnData,
|
||||
chartHeight: height
|
||||
|
||||
@@ -52,7 +52,7 @@ export default class DayColumn extends Component {
|
||||
|
||||
this.fhmAndLtl = props.getFhmAndLtlInfo(
|
||||
props.dateString,
|
||||
props.temp,
|
||||
this.data.temperature,
|
||||
props.columnHeight
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user