Skip to content
Main Navigation Guide
Chart API
Instance API
ProPreviewCustomizeSponsor
9.x Docs
8.x Docs

🇬🇧 English

🇨🇳 简体中文

🇬🇧 English

🇨🇳 简体中文

Appearance

Sidebar Navigation

Started

Introduction

Quick Start

Basic

Style Configuration

Data Source

Internationalization

Environment

Hot Key

Advanced

Figure

Indicator

Overlay

Local Development

Others

9.x to 10.x

FAQ

Feedback

Changelog

On this page

🏝️ Environment ​

Browser support ​

The chart is built based on html5 canvas and needs to run on a browser that supports canvas. If it needs to run on the mobile terminal, please use webview to load it.

Polyfill ​

core.js ​

The internal collection of the chart uses Map for compatibility with unsupported older browsers.

javascript
import 'core.js';
import { init } from 'klincharts';

Intl.js ​

Charts rely on Intl, some browsers do not have this API.

javascript
import 'intl';
import 'intl/local-data/jsonp/en';
import { init } from 'klincharts';
Edit this page on GitHub

Last updated:

Pager
Previous pageInternationalization
Next pageHot Key

Released under the Apache License V2.

Copyright © 2018-2025 liihuu