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>
</head>
<body>
<warp-view-spinner />
<div style="width: 100%; height: 800px;">
<warp-view-tile url="https:/warp10-backend/api/v0/exec" responsive="true" showLegend="false"
chart-title="">
// WARPSCRIPT
</warp-view-tile>
</div>
<script src="https://unpkg.com/@senx/warpview/elements/warpview-elements.js"></script>
</body>
</html>