Skip to content

chore(deps): bump @toast-ui/chart from 4.3.0 to 4.6.1#62

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/toast-ui/chart-4.6.1
Open

chore(deps): bump @toast-ui/chart from 4.3.0 to 4.6.1#62
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/toast-ui/chart-4.6.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps @toast-ui/chart from 4.3.0 to 4.6.1.

Release notes

Sourced from @​toast-ui/chart's releases.

v4.6.1

Bug fixes

  • Fix problem when exporting csv from firefox in compliance with data URL spec

Full Changelog: nhn/tui.chart@v4.5.0...v4.6.1

v4.5.0

New Features

Add rangeSelection option on Line, Column Chart (nhn/tui.chart#763)

rangeselection range2

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

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

Full Changelog: nhn/tui.chart@v4.4.3...v4.5.0

v4.4.3

Bug fixes

  • Add types selectSeries, unselectSeries into index.d.ts
  • Fix selectSeries behaviour in scatter/heatmap chart

v4.4.1

Chore

  • Add github action scripts to do release automation

v4.4.0

New Features

Add new option named 'colorByCategories' (nhn/tui.chart#705)

It paints bar color based on categories. iamge

const data = {
  categories: ['Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
  series: [
    {
      name: 'Budget',
      data: [5000, 3000, 5000, 7000, 6000, 4000, 1000],
      colorByCategories: true
    }
  ]
}

... (truncated)

Commits
  • f62839e 4.6.1
  • 5b15b72 fix: problem when exporting csv from firefox in compliance with data URL spec...
  • 199ac8f chore: vue-wrapper version to 4.6.0
  • f5d043f fix: add interface for 'rangeSelection' to vue-chart
  • f1c38f5 chore: vue-wrapper version update to 4.5.0
  • eed3b33 chore: react-wrapper version update to 4.5.0
  • 091bb35 chore: fix publish cdn action
  • 4acd7b2 chore: fix publish cdn action
  • 9c2f377 chore: version update to 4.5.0
  • 7eb22a2 feat: rangeSelection feature on LineType, Column Chart (#763)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@toast-ui/chart](https://github.com/nhn/tui.chart) from 4.3.0 to 4.6.1.
- [Release notes](https://github.com/nhn/tui.chart/releases)
- [Commits](nhn/tui.chart@v4.3.0...v4.6.1)

---
updated-dependencies:
- dependency-name: "@toast-ui/chart"
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants