reveal.js-d3
Full integration of animated javascript-based visualizations (D3, vega-lite, semiotic, etc ...) into Reveal.js presentations
File Explorer
Download Latest Version (.zip)- babel.min.js
- d3.v3.min.js
- d3.v4.min.js
- react-dom.production.min.js
- react.production.min.js
- semiotic.min.js
- topojson.min.js
- vega-embed.min.js
- vega-lite.min.js
- vega-tooltip.min.css
- vega-tooltip.min.js
- vega.min.js
- versor-inertia.min.js
- bar-chart.html
- collision-detection.html
- eclipses-110m.json
- eclipses.html
- eclipses.json
- gooey.html
- modular-multiplication.html
- rainbow.html
- semiotic-animated-bar.html
- semiotic-chord.html
- vega-lite-cars.json
- vega-lite-scatter.html
- custom-gc.css
- zenburn.css
- league-gothic.css
- league-gothic.eot
- league-gothic.ttf
- league-gothic.woff
- LICENSE
- LICENSE
- source-sans-pro-italic.eot
- source-sans-pro-italic.ttf
- source-sans-pro-italic.woff
- source-sans-pro-regular.eot
- source-sans-pro-regular.ttf
- source-sans-pro-regular.woff
- source-sans-pro-semibold.eot
- source-sans-pro-semibold.ttf
- source-sans-pro-semibold.woff
- source-sans-pro-semibolditalic.eot
- source-sans-pro-semibolditalic.ttf
- source-sans-pro-semibolditalic.woff
- source-sans-pro.css
- beige.css
- black.css
- blood.css
- league.css
- moon.css
- night.css
- serif.css
- simple.css
- sky.css
- solarized.css
- white.css
- reset.css
- reveal.css
- reveal.esm.js
- reveal.esm.js.map
- reveal.js
- reveal.js.map
- reveald3.js
- index.html
- .gitignore
- LICENSE
- package.json
- README.md
- reveald3.js
# Installation Guide
1. Get the code
git clone https://github.com/gcalmettes/reveal.js-d3
Downloads the entire project code from GitHub to your computer.
cd reveal.js-d3
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
