Published
Edited
Jul 27, 2018
Insert cell
Insert cell
Insert cell
Insert cell
perspectiveView = require('https://unpkg.com/@jpmorganchase/perspective-examples/build/perspective.view.js')
Insert cell
viewerLoad = window.addEventListener('WebComponentsReady', function() {
const viewer = document.getElementsByTagName('perspective-viewer')[0];
require('https://unpkg.com/@jpmorganchase/perspective-examples/build/hypergrid.plugin.js');
require('https://unpkg.com/@jpmorganchase/perspective-examples/build/highcharts.plugin.js');
loadData(dataUrl).then(buffer => {
console.log('Loading view data...');
viewer.load(buffer);
viewer._toggle_config();
});
})
Insert cell
Insert cell
arrow = require('apache-arrow')
Insert cell
import {loadData, range, getMarkdown, toDate} from '@randomfractals/apache-arrow'
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more