Public
Edited
Nov 8
3 forks
12 stars
Insert cell
Insert cell
Insert cell
{
yield html`
<div id='top-header'>
<div class="header">
<h2>TV dramas shown in America</h2>
<p>Average IMDb user ratings, by show and season*</p>
</div>
<div id='select-movie'></div>
</div>
<div id="wrapper">
<div id="tooltip">
<div class="row row-1">
<div id="title"></div><div id="season"></div>
</div>
<div class="row row-2">
<div id="avg">Average rating</div><div id="rating"></div>
</div>
<div class="row row-3" id="genre"></div>
</div>
</div>
<div class="comment">
<span>
*
Seasons with at least 100 ratings on average
</span>
<div>
`;
goldenAge();
}
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more