HI

Highcharts React Official

highcharts-react-official

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

Charts
highcharts
highstock
highmaps
react
highcharts-react-official
Charts
javascript
npm
frontend
open source
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install highcharts-react-official

Code example

import { HighchartsReactOfficial } from "highcharts-react-official";

const data = [
  { name: "Jan", value: 12 },
  { name: "Feb", value: 18 },
];

export function Example() {
  return (
    <HighchartsReactOfficial data={data} width={420} height={240}>
      {/* series / axes from Highcharts React Official */}
    </HighchartsReactOfficial>
  );
}

Pros & cons

Pros

  • Actively maintained by torsteinhonsi
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries