SciNim / nim-plotly

plotly wrapper for nim-lang

Home Page:https://scinim.github.io/nim-plotly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support non-float datetime on X

inv2004 opened this issue · comments

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,