Name | Modified | Size | Downloads / 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)
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