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

๐Ÿ“š Data โ€‹

The data required by the chart must be in a fixed format. Use the chart instance API setDataLoader(loader) to interact with the chart.

typescript
{
  // Timestamp, millisecond, required fields
  timestamp: number
  // Open price, required fields
  open: number
  // Close price, required field
  close: number
  // Highest price, required field
  high: number
  // Lowest price, required field
  low: number
  // volume, optional field
  volume: number
  // Turnover, a non-required field, if you need to display the technical indicators 'EMV' and 'AVP', you need to fill this field with data.
  turnover: number
}
Edit this page on GitHub

Last updated:

Pager
Previous pageStyle Configuration
Next pageInternationalization

Released under the Apache License V2.

Copyright ยฉ 2018-2025 liihuu