Created
October 12, 2016 16:02
-
-
Save hai5nguy/d743898437acf7d7ba1c419c0bf3a8eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
// import BarChartExample from './components/BarChart'; | |
// import Pie from './components/PieChart'; | |
// import Scatter from './components/ScatterPlot'; | |
// import ZoomBar from './components/Bar_Zoom'; | |
// var d3 = require('d3'); | |
// ReactDOM.render( | |
// <div id="REACT"> | |
// <BarChartExample /> | |
// <Pie /> | |
// <Scatter /> | |
// <ZoomBar /> | |
// </div> | |
// ,document.getElementById('app') | |
// ) | |
ReactDOM.render( | |
<div> | |
blah | |
</div> | |
,document.getElementById('app') | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment