Skip to content
Snippets Groups Projects
Commit 45ee67e4 authored by mashazyu's avatar mashazyu
Browse files

Fix bug - not showing maximum value of mucus in chart

parent 51c96b5b
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ const gridLineWidthHorizontal = 0.3 ...@@ -12,8 +12,8 @@ const gridLineWidthHorizontal = 0.3
const numberLabelFontSize = 13 const numberLabelFontSize = 13
const redColor = '#c3000d' const redColor = '#c3000d'
const violetColor = '#7689a9' const violetColor = '#6a7b98'
const shadesOfViolet = ['#e3e7ed', '#c8cfdc', '#acb8cb', '#91a0ba', violetColor] // light to dark const shadesOfViolet = ['#e3e7ed', '#c8cfdc', '#acb8cb', '#91a0ba', '#7689a9', violetColor] // light to dark
const yellowColor = '#dbb40c' const yellowColor = '#dbb40c'
const shadesOfYellow = ['#f0e19d', '#e9d26d', '#e2c33c', yellowColor] // light to dark const shadesOfYellow = ['#f0e19d', '#e9d26d', '#e2c33c', yellowColor] // light to dark
const magentaColor = '#6f2565' const magentaColor = '#6f2565'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment