⛔️ DEPRECATED - You should use Discovery instead
This a collection of charting web components dedicated to Warp 10™
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>