Public
Edited
Feb 10, 2023
3 forks
Insert cell
Insert cell
Insert cell
Insert cell
{
function Demo(props) {
return e(
VitS.VitS,
{ config, height: 200, theme: 'light' },
null
);
}

VitS.registerPluginViewType("description", Description.DescriptionSubscriber, []);
const container = document.getElementById('root');
const root = ReactDOM.createRoot(container);
root.render(e(Demo));
}
Insert cell
Insert cell
VitS = await import('https://esm.sh/@vitessce/vit-s@2.0.3')
Insert cell
Description = await import('https://esm.sh/@vitessce/description@2.0.3')
Insert cell
ReactDOM = await import('https://esm.sh/react-dom@18.2.0')
Insert cell
React = await import('https://esm.sh/react@18.2.0')
Insert cell
e = React.createElement;
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