百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

tui.chart

> 编程语言
开源

用于数据可视化的美观图表。

5.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于数据可视化的美观图表。

Spread your data on TOAST UI Chart. TOAST UI Chart is Beautiful Statistical Data Visualization library.

Packages

The functionality of TOAST UI Chart is available when using the Plain JavaScript, React, Vue Component.

  • toast-ui.chart - Plain JavaScript component implemented by NHN Cloud.
  • toast-ui.vue-chart - Vue wrapper component implemented by NHN Cloud.
  • toast-ui.react-chart - React wrapper component implemented by NHN Cloud.

Documents

  • Getting Started
  • Tutorials
    • English
    • 한국어
  • APIs
  • v4.0 Migration Guide
    • English
    • 한국어

Why TOAST UI Chart?

Simple, Easy to Use, And It's Beautiful!

TOAST UI Chart makes your data pop and presents it in a manner that is easy to understand. Furthermore, it provides a wide range of theme options for customizing the charts to be suitable for all of your services. Chart components like the title, axes, legends, tooltips, plots, series, and more can be customized through the options.

Variety of powerful features!

Responsive

Add different options and animations according to the charts' sizes by using the responsive option.

Zoomable

Make the data presented in the Line, Area, and Treemap Charts zoomable with the zoomable option.

Live Update

View and manage new data as they are added realtime with the addData API and the options.series.shift option.

Area Line Heatmap
LineArea Column ColumnLine

Synchronize Tooltip

Use and synchronize the tooltip features at the moment the cursor hovers over the chart with the showTooltip API and the on custom event.

Features

Charts

The TOAST UI Chart provides many types of charts to visualize the various forms of data.

Area Line Bar Column
Bullet BoxPlot Treemap Heatmap
Scatter Bubble Radar Pie
LineArea LineScatter ColumnLine NestedPie
RadialBar Gauge
  • Stack Options(Explained in each chart guide)
  • Diverging Options(Explained in each chart guide)
  • Change Event Detect Type(Explained in each chart guide)
  • Custom Theme
  • Custom Tooltip
  • Export xls, csv, png, jpeg file
  • Live Update
  • Responsive Layout

In addition, a variety of powerful features can be found on the demo page below.

Examples

  • Line Chart
  • Area Chart
  • LineArea Chart
  • Bar Chart
  • Column Chart
  • ColumnLine Chart
  • Bullet Chart
  • BoxPlot Chart
  • Treemap Chart
  • Heatmap Chart
  • Scatter Chart
  • LineScatter Chart
  • Bubble Chart
  • Pie Chart
  • NestedPie Chart
  • Radar Chart
  • RadialBar Chart
  • Gauge Chart

Here are more examples and play with TOAST UI Chart!

Pull Request Steps

TOAST UI products are open source, so you can create a pull request(PR) after you fix issues. Run npm scripts and develop yourself with the following process.

Setup

Fork main branch into your personal repository. Clone it to local computer. Install node modules. Before starting development, you should check to have any errors.

$ git clone https://github.com/{your-personal-repo}/tui.chart.git
$ npm install
$ cd apps/chart
$ npm install
$ npm run test

Develop

Let's start development! You can develop UI through webpack-dev-server or storybook, and you can write tests through Jest. Don't miss adding test cases and then make green rights.

Run webpack-dev-server

$ npm run serve

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptcanvaschartdata-visualizationeasy

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言