Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Highcharts JS, the JavaScript charting framework

License

NotificationsYou must be signed in to change notification settings

highcharts/highcharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highcharts JS is a JavaScript charting library based on SVG and some canvas/WebGL.

Highcharts is asource available product. Please refer toshop.highcharts.com for details on licensing.

Installing and using Highcharts

This is theworking repo for Highcharts code. If you simply want to include Highcharts into a project, use thedistribution package instead, or read thedownload page.

Please note that there are several ways to use Highcharts. For general installation instructions, seethe docs.

Use our CDN

Instead of downloading, you can use our CDN to access files directly. Seecode.highcharts.com for details.

<script src="https://code.highcharts.com/highcharts.js"></script>

Install from npm

Seenpm documentation on how to get started with npm.

npm install --save highcharts

ES6 modules, AMD, CommonJS and others

For other ways to use Highcharts in your projects, please refer to ourinstallation docs.

Create your own custom build of Highcharts

To reduce file size, or combine modules into one file to reduce latency, you maywant to create your own build of the Highcharts modules. SeeCreating customHighcharts filesfor more information.

Build and debug

If you want to do modifications to Highcharts or fix issues, you may build your own files. Highcharts uses Gulp as the build system. Afternpm install in the root folder, rungulp, which will set up a watch task for the JavaScript and CSS files. Now any changes in the files of the/js or/css folders will result in new files being built and saved in thecode folder. Other tasks are also available, likegulp lint.

npm installgulp

Node setup for Apple Mx CPU

When running Node natively on ARM64 MacOS, some Node packages likenode-canvas with integrated compiling might fail. Install additional tools to resolve the problem:

  • Homebrew and runbrew install pkg-config cairo pango libpng jpeg giflib librsvg pixman

Generate API docs

Run in thishighcharts repository the doc generator withnpx gulp jsdoc-watch, which also starts a new server with the generated APIdocumentation.

About

Highcharts JS, the JavaScript charting framework

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp