Moves out chart (data modelling) helpers to a separate file

This commit is contained in:
mashazyu
2019-11-17 19:47:25 +01:00
committed by Sofiya Tepikin
parent bc04f6a24b
commit ed66395318
5 changed files with 71 additions and 70 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import config from '../../config'
import cycleModule from '../../lib/cycle'
import { getCycleDay } from '../../db'
import DotAndLine from './dot-and-line'
import { normalizeToScale } from './y-axis'
import { normalizeToScale } from '../helpers/chart'
const label = styles.column.label