Hi team,
I use chart beta with Line to see labs results as numbers type 123 with a top and bottom limits using item2 and item3. Axis X is datatime and work but have the problems with extra items of Y axis (4,0 and 5,6 initially as 4.0-5.6) that are always interpreted as text.
Content
Item1 is numeric : correct value 10,5 with comma
Items 2 is never correct 4,0 as text
Item3 is never correct 5,6 as text
The problem is a numeric convertions in columns that are not well identfied in type to add to items as source.
Value item1 is 10,5 numerical with comma,
Norm is 4.0-5.6 Not numeric with dot
Transform with javascript with parseFloat or Floor to numerical to use as item2 low and item3 hight but always are text not numerical items.(tested template, simple, math not working identify as datetime?). A simple numerical transformation is blocking?)
Some workaround?
