Merge branch '436-chart-fix' into 'rebased-redesign'

Resolve "Chart"

See merge request bloodyhealth/drip!308
This commit is contained in:
Maria Zadnepryanets
2020-12-05 10:15:12 +00:00
5 changed files with 26 additions and 15 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ export const CHART_DOT_RADIUS = 6
export const CHART_GRID_LINE_HORIZONTAL_WIDTH = 0.3
export const CHART_ICON_SIZE = 20
export const CHART_STROKE_WIDTH = 3
export const CHART_SYMPTOM_HEIGHT_RATIO = 0.1
export const CHART_XAXIS_HEIGHT_RATIO = 0.14
export const CHART_SYMPTOM_HEIGHT_RATIO = 0.08
export const CHART_XAXIS_HEIGHT_RATIO = 0.1
export const CHART_YAXIS_WIDTH = 32
export const TEMP_SCALE_MAX = 38