@senx/warpview

WarpView Elements

Usage no npm install needed!

<script type="module">
  import senxWarpview from 'https://cdn.skypack.dev/@senx/warpview';
</script>

README

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