avs-web-components

Common web components for AVS data visualization products


Keywords
avs, big-data, charting-library, csharp, csharp-library, data-analysis, data-science, data-visualization, datamanagement, high-performance, high-performance-computing, java, java-library, javascript, multi-dimensional, multi-platform, multi-threading, rendering-3d-graphics, rendering-engine, webcomponents
License
Apache-2.0
Install
bower install avs-web-components

Documentation

npm Published on webcomponents.org

AVS Go

Polymer 3.0 based elements for AVS.

Install

npm install avs-go

Usage

<html>
  <head>
    <script type="module" src="avs-go/avs-go-dataviz.js"></script>
  </head>
  <body>
    <avs-go-dataviz
       url="<url-to-avs-go-server>"
       scene-name="MyGoScene"
       renderer="<IMAGE|SVG|THREEJS>"
    >
    </avs-go-dataviz>
  </body>
</html>

License

Apache-2.0