Hello, at the moment Trace contains generic with Trace*[T: SomeNumber]
But it is possible that X contains not simple floats (for example), but timestamp.
I am not sure: is it better to keep floats and convert them to dates in html or to change X's types.
Regards,