Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.27 KB

atlas-over-time

by the Growth Lab at Harvard's Center for International Development

Modular stack chart for visualizing import/export data over time in the Atlas of International Complexity

This package is part of Harvard Growth Lab’s portfolio of software packages, digital products and interactive data visualizations. To browse our entire portfolio, please visit The Viz Hub at growthlab.app. To learn more about our research, please visit Harvard Growth Lab’s home page.

NPM JavaScript Style Guide

Install

npm install --save atlas-over-time

Usage

import React from 'react'
import OverTime from 'atlas-over-time';

const App = () => {
  ...

  return (
    <OverTime
    />
  )
}

export default App

The OverTime component takes the following props:

  • data: object;

License

MIT © The President and Fellows of Harvard College