This is an example of streaming IEX financial data into the perspective viewer. Active 9:30 am to 4:00 pm EST.
forked from timkpaine's block: Perspective Streaming Example
xxxxxxxxxx
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<script src="https://unpkg.com/@jpmorganchase/perspective/build/perspective.js"></script>
<script src="https://unpkg.com/@jpmorganchase/perspective-viewer/build/perspective.view.js"></script>
<script src="https://unpkg.com/@jpmorganchase/perspective-viewer-hypergrid/build/hypergrid.plugin.js"></script>
<script src="https://unpkg.com/@jpmorganchase/perspective-viewer-highcharts/build/highcharts.plugin.js"></script>
<script src="streaming.js"></script>
<link rel='stylesheet' href="index.css">
<link rel='stylesheet' href="https://unpkg.com/@jpmorganchase/perspective-viewer/build/material.css" is="custom-style">
</head>
<body>
<perspective-viewer view="y_line" columns='["price"]' column-pivots='["symbol"]' limit="500"></perspective-viewer>
</body>
</html>
https://unpkg.com/@jpmorganchase/perspective/build/perspective.js
https://unpkg.com/@jpmorganchase/perspective-viewer/build/perspective.view.js
https://unpkg.com/@jpmorganchase/perspective-viewer-hypergrid/build/hypergrid.plugin.js
https://unpkg.com/@jpmorganchase/perspective-viewer-highcharts/build/highcharts.plugin.js