Public
Edited
Apr 8, 2021
Importers
Insert cell
Insert cell
Insert cell
// we can add a stylesheet like this, but it would not be 'exported' to any other notebook
/*
stylesheet = html`<link rel='stylesheet'
href='https://unpkg.com/chartist@0.11.0/dist/chartist.min.css' />`
*/
Insert cell
Insert cell
Insert cell
Chartist = {
// this will be 'exported' as well along with 'Chartist' imported to any other notebook
document.head.appendChild(html`<link rel='stylesheet'
href='https://unpkg.com/chartist@0.11.0/dist/chartist.min.css' />`);

return await require('chartist');
}
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