Skip to content
New issue

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

scatter time unit option #1

Closed
pi-r-p opened this issue Nov 29, 2018 · 1 comment
Closed

scatter time unit option #1

pi-r-p opened this issue Nov 29, 2018 · 1 comment

Comments

@pi-r-p
Copy link
Contributor

pi-r-p commented Nov 29, 2018

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>


@Giwi
Copy link
Collaborator

Giwi commented Dec 5, 2018

timestamp display mode is now supported

@Giwi Giwi closed this as completed Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants