UNPKG

highcharts-react-official

Version:

Official minimal [Highcharts](https://www.highcharts.com/) wrapper for React.

11 lines (8 loc) 248 B
import React from 'react' import HighchartsReact from '../../' const StockChart = ({ options, highcharts }) => <HighchartsReact highcharts={highcharts} constructorType={'stockChart'} options={options} /> export default StockChart