Skip to content

Modular stack chart for visualizing import/export data over time

Notifications You must be signed in to change notification settings

cid-harvard/atlas-over-time

Repository files navigation

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

About

Modular stack chart for visualizing import/export data over time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages