2.0.0-rc41 • Published 4 years ago

warpview-ng v2.0.0-rc41

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

Warp View

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

WarpView

Getting started

npm i @senx/warpview@1.0.52 --save

yarn add @senx/warpview@1.0.52

bower install senx-warpview@1.0.52 --save
<html>
<head>
  <title>Test</title>
  <script src="https://unpkg.com/@senx/warpview@1.0.52/dist/warpview.js"></script>
</head>
<body>
  <warp-view-spinner />
  
  <div style="width: 100%; height: 800px;">
    <warp-view-tile url="https:/warp10-backend/api/v0/exec" responsive="true" show-legend="false"
      chart-title="">
    
      // WARPSCRIPT
      
    </warp-view-tile>
  </div>
</body>
</html>

Components

See wiki

Integrations

See here

About