Skip to content

Bump apexcharts from 3.54.1 to 5.15.0 in /client#162

Merged
SyniRon merged 1 commit into
mainfrom
dependabot/npm_and_yarn/client/apexcharts-5.15.0
Jun 27, 2026
Merged

Bump apexcharts from 3.54.1 to 5.15.0 in /client#162
SyniRon merged 1 commit into
mainfrom
dependabot/npm_and_yarn/client/apexcharts-5.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps apexcharts from 3.54.1 to 5.15.0.

Release notes

Sourced from apexcharts's releases.

💎 Version 5.15.0

New Features

Violin chart type

A new, tree-shakeable chart.type: 'violin' that renders a kernel-density curve for each category, with an optional overlay of the individual observations ("jitter") that produced it.

chart: {
  type: 'violin',
},
plotOptions: {
  violin: {
    bandwidthScale: 1,       // multiplies the density-derived half-width
    normalize: 'individual', // 'individual' → each violin scaled to its own peak
                             // 'group'      → all violins share one scale (widths track density across categories)
    points: {
      show: true,
      shape: 'circle',        // 'circle' | 'square'
      size: 2.5,              // radius (px)
      jitter: 0.5,            // 0..1 fraction of the half-width to scatter within
      constrainToViolin: true,// clamp jitter to the density width at each value
      maxPoints: 3000,        // cap per violin; excess is stride-thinned
      opacity: 0.9,
      fillColor: 'series-dark',// 'series-dark' | 'series' | any literal colour
      strokeColor: '#fff',
      strokeWidth: 1,
      // optional colorScale: { colors: [...], min, max, steps } to colour each dot by value
    },
  },
},
  • Available as a tree-shakeable entry: import ApexCharts from 'apexcharts/violin', or via the full bundle.
  • Supports horizontal orientation and bimodal (multi-modal) densities.
  • The jitter overlay reveals gradually as the violin path animates in (no instant pop-in).

Box-plot jitter overlay

Box plots can now overlay the raw observations behind each box, via plotOptions.boxPlot.points. It's off by default and inert unless a data point supplies a points: number[] array, so existing box-plot charts are unchanged.

plotOptions: {
  boxPlot: {
    points: {
      show: true,
      shape: 'circle',  // 'circle' | 'square'
      size: 2.5,
</tr></table> 

... (truncated)

Commits
  • 0163fbf release: 5.15.0
  • 212a4e2 fix: in Data.js - let open -> const open (only high/low/close are reassigned ...
  • 09a0452 release: 5.15.0
  • 01161a0 Merge branch 'main' of https://github.com/apexcharts/apexcharts.js
  • db91165 chore: add dist/demos to ignore which is a build-artifact
  • 2601622 chore: add new samples and e2e snapshots for violin charts
  • e8fa9af feat(samples): large-dataset candlestick demo with dataReducer + autoscale
  • 0d2529c fix(zoom): floor wheel-zoom on data granularity, not 1% of span
  • b6b7ffb perf(animation): opacity-fade reveal for large datasets + candlestick updates
  • 8a60bbf perf(candlestick): cull off-screen candles before path-string build
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for apexcharts since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.54.1 to 5.15.0.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v3.54.1...v5.15.0)

---
updated-dependencies:
- dependency-name: apexcharts
  dependency-version: 5.15.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: client, dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request.

@SyniRon SyniRon merged commit 8b06dc6 into main Jun 27, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/client/apexcharts-5.15.0 branch June 27, 2026 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant