You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I define responsive options for a specific breakpoint, they are no longer applied correctly starting from version 3.49.1 of ApexCharts. However, they are applied correctly with previous versions (including 3.49.0). Only if I resize the window, the responsive options are displayed correctly.
Steps to Reproduce
Install ApexCharts 3.49.1.
Define different responsive options to change the charts for a specific screen size.
Load the page with a screen size smaller than the defined responsive option (in the CodePen example, it's 580px).
The chart loads without the responsive options.
If the screen is manually resized, the responsive options are immediately applied.
Expected Behavior
The output on screen under 580 pixel should be the following:
area with gradient
no y axes and labels
no x axes and labels
no toolbar
Actual Behavior
The actual output does not follow the specific for the breakpoint:
classic line chart
y axes with values
x axes with categories
toolbar is present
When the screen is manually resized, all the responsive options are applied.
Description
If I define responsive options for a specific breakpoint, they are no longer applied correctly starting from version 3.49.1 of ApexCharts. However, they are applied correctly with previous versions (including 3.49.0). Only if I resize the window, the responsive options are displayed correctly.
Steps to Reproduce
Expected Behavior
The output on screen under 580 pixel should be the following:
Actual Behavior
The actual output does not follow the specific for the breakpoint:
When the screen is manually resized, all the responsive options are applied.
Reproduction Link
Reproduction example:
https://codepen.io/giaroc/pen/WNBEqze
The text was updated successfully, but these errors were encountered: