apexcharts.js icon indicating copy to clipboard operation
apexcharts.js copied to clipboard

Inconsistent handling of axis labels for different screen sizes

Open aditya119 opened this issue 3 months ago • 0 comments

Description

I've seen an inconsistency in chart rendering for different screen resolution. The axis labels are getting incorrectly rendered for some screen sizes.

Steps to Reproduce

  1. Create a chart with some data.
  2. Zoom in on the screen.
  3. At one point axis labels will get removed.
  4. Keep zooming in and axis labels will adjust and display in inclined view.

Expected Behavior

Actual Behavior

Screenshots

Sometimes the axis label is getting removed when screens are of lower resolution. image

But sometimes it adjusts correctly and displays labels in an inclined view. image

Suggested as question for Apex Charts JS in BlazorApexCharts

Reproduction Link

Codepen

aditya119 avatar Apr 09 '24 15:04 aditya119