apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.05k stars 1.28k forks source link

Stacked charts are not displayed correctly if there are several series #4427

Open YaroslavWeb opened 2 months ago

YaroslavWeb commented 2 months ago

Description

Some series on the chart go up. If you leave only one series, then everything will be displayed correctly. The problem is present in version 3.49.0 and in earlier versions

Steps to Reproduce

  1. Create stacked area chart
  2. Take an example of a series from codepen
  3. Toggle the series display in the chart legend

Expected Behavior

The series will be properly adjusted to each other

Actual Behavior

The extreme values go up

Screenshots

image image image

Reproduction Link

codepen