porque no se distinguía entre 99.70 y 100

parent 552f49f9
...@@ -296,7 +296,7 @@ def update_charts(etapaSel,min_comidas, min_glucosa, medidaDet, etapaDet, visita ...@@ -296,7 +296,7 @@ def update_charts(etapaSel,min_comidas, min_glucosa, medidaDet, etapaDet, visita
{'range': [75, 100], 'color': "steelblue"}], {'range': [75, 100], 'color': "steelblue"}],
'bar': {'color': "blue"}, 'bar': {'color': "blue"},
} }
numbers = { 'suffix':'%', 'valueformat':'d'} numbers = { 'suffix':'%', 'valueformat':'.2f'}
modes = "number+gauge" modes = "number+gauge"
comidas_data = pd.DataFrame() comidas_data = pd.DataFrame()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment