Skip to content

Instantly share code, notes, and snippets.

View teybannerman's full-sized avatar

Tey Bannerman teybannerman

  • McKinsey & Company
  • London
View GitHub Profile
@f15gdsy
f15gdsy / ResponsiveChart.jsx
Created September 1, 2015 08:12
A wrapper that makes the React-D3-Component charts responsive.
'use strict';
import React from 'react';
import D3 from 'react-d3-components';
let {
BarChart,
LineChart,
AreaChart,
ScatterPlot,