Last active
April 6, 2025 08:48
-
-
Save pranitkhadilkar7/ab6862da2f5bec583c6130b77b52a155 to your computer and use it in GitHub Desktop.
Highcharts Installation in React Project
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
# Highcharts dependencies | |
# npm command | |
npm install highcharts highcharts-react-official | |
# yarn command | |
yarn add highcharts highcharts-react-official |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment