UNPKG

highcharts-react-official

Version:

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

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