/warpview

WarpView Elements for Warp 10

Primary LanguageHTML

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

Usage

<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>

Components

See wiki

About