This example demonstrates how Highcharts could be used with React.
Clone the repository and install with npm
or yarn
as usal.
git clone git@github.com:wiesson/react-highcharts.git
cd react-highcharts
# If you are using npm
npm install
# If you are using yarn
yarn
# If you are using npm
npm run start
# If you are using yarn
yarn start