Line chart for non-timeseries plot: options for temporal tool-tips

Hello!
I am using the chart dashboard node to visualize my experiment workflow. The timeseries plots of the scalars work fine. However, when I tried to plot the Raman Spectroscopy data according to plotting non-timeseries data, the x-labels are still being formatted into date time.

I went through the source code, this function will always convert the x label into time.

I tried to also supply the options in the payload but no effect.

How should i override the tooltips options?

Regards

Did you try setting the X-Axis label format to X (epoch in seconds) which then assuming you are using integers to pass in should just get passed through as-is

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.