@senx/warpview
TypeScript icon, indicating that this package has built-in type declarations

2.0.90 • Public • Published

Warp View

This a collection of charting web components dedicated to Warp 10™

WarpView

Getting started

npm i @senx/warpview --save

yarn add @senx/warpview
<html>
<head>
  <title>Test</title>
<script src="https://cdn.jsdelivr.net/npm/@senx/warpview/elements/warpview-elements.js"></script>
</head>
<body>
  
  <div style="width: 100%; height: 800px;">
    <warp-view-tile 
      url="https:/warp10-backend/api/v0/exec"
      options='{"showDots":false,"scheme":"WARP10"}' 
      type="line"
      responsive="true" 
      chart-title="Sample"
    >NEWGTS 'g' STORE
      0 9 <% 'ts' STORE $g $ts STU * NOW + NaN NaN NaN RAND ADDVALUE DROP %> FOR
      $g 
    </warp-view-tile>
  </div>
</body>
</html>

Components

See wiki

Integrations

See here

About

Package Sidebar

Install

npm i @senx/warpview

Weekly Downloads

249

Version

2.0.90

License

Apache-2.0

Unpacked Size

39.7 MB

Total Files

274

Last publish

Collaborators

  • xavmarin
  • giwi
  • pi-r-p