We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello dear maintainer,
default time unit is millisecond in scatter view. Is it possible to add a customization for time unit ?
test code :
<html> <head> <title>Test</title> <script src="node_modules/@senx/warpview/dist/warpview.js"></script> </head> <body> <h1>FILL framework</h1> <warp-view-tile url="http://localhost:8080/api/v0/exec" type="scatter" responsive="true" show-legend="true"> NEWGTS 'dtc' RENAME 0 100 <% 'a' STORE $a NaN NaN NaN $a 0.1 * SIN ADDVALUE %> FOR 'gts' STORE { 'data' [ $gts ] } </warp-view-tile> </body> </html>
The text was updated successfully, but these errors were encountered:
timestamp display mode is now supported
Sorry, something went wrong.
No branches or pull requests
Hello dear maintainer,
default time unit is millisecond in scatter view. Is it possible to add a customization for time unit ?
test code :
The text was updated successfully, but these errors were encountered: