Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.05 KB

Bar Chart Race, Explained

The bar chart race is an animated chart and it displays top "n" values as per year or any category.It will take 2 or 3 mins to generate bar chart.Please wait.

https://observablehq.com/@d3/bar-chart-race-explained@3007

View this notebook in your browser by running a web server in this folder. For example:

python -m SimpleHTTPServer

Or, use the Observable Runtime to import this module directly into your application. To npm install:

npm install @observablehq/runtime@4
npm install https://api.observablehq.com/@d3/bar-chart-race-explained.tgz?v=3

Then, import your notebook and the runtime as:

import {Runtime, Inspector} from "@observablehq/runtime";
import define from "@d3/bar-chart-race-explained";

To log the value of the cell named “foo”:

const runtime = new Runtime();
const main = runtime.module(define);
main.value("foo").then(value => console.log(value));

======= <<<<<<< HEAD

d70c81b2e9e3b7245ed7658ebc47b4c9c9c99a54