Download Latest Version v4.6.1.zip (2.2 MB)
Email in envelope

Get an email when there's a new version of TOAST UI Chart

Home / v4.5.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-11-16 601 Bytes
v4.5.0.tar.gz 2022-11-16 1.7 MB
v4.5.0.zip 2022-11-16 2.2 MB
Totals: 3 Items   3.9 MB 0

New Features

Add rangeSelection option on Line, Column Chart (https://github.com/nhn/tui.chart/pull/763)

rangeselection range2

Refer to the code below to get the range you've selected.

:::js
chart.on('rangeSelection`, ([from, to]) => {
  console.log(`${from} ~ ${to}`);
})

Full Changelog: https://github.com/nhn/tui.chart/compare/v4.4.3...v4.5.0

Source: README.md, updated 2022-11-16