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
Description
I am trying to create a bar chart with two series using ApexCharts in React, and I need the bars for each series to have different widths. However, it appears that the library does not natively support having different bar widths for individual series within the same chart.
Steps to Reproduce
Create a bar chart with two series.
Attempt to apply different widths to the bars of each series.
Expected Behaviour
The library should allow setting different bar widths for each series within a single bar chart, either through options or custom CSS classes.
Actual Behavior
All bars have the same width, and there is no clear way to set different widths for each series.
Workarounds Attempted
Using CSS transformations (scaleX) to adjust widths post-render.
Overlaying two charts with absolute positioning (caused alignment issues).
Neither workaround provided a satisfactory solution.
Request
Please provide support for setting different bar widths for individual series within a single bar chart. This feature would greatly enhance the flexibility and usability of the library for complex visualizations.
Thank you!
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
I am trying to create a bar chart with two series using ApexCharts in React, and I need the bars for each series to have different widths. However, it appears that the library does not natively support having different bar widths for individual series within the same chart.
Steps to Reproduce
Create a bar chart with two series.
Attempt to apply different widths to the bars of each series.
Expected Behaviour
The library should allow setting different bar widths for each series within a single bar chart, either through options or custom CSS classes.
Actual Behavior
All bars have the same width, and there is no clear way to set different widths for each series.
Example Code
Workarounds Attempted
Using CSS transformations (scaleX) to adjust widths post-render.
Overlaying two charts with absolute positioning (caused alignment issues).
Neither workaround provided a satisfactory solution.
Request
Please provide support for setting different bar widths for individual series within a single bar chart. This feature would greatly enhance the flexibility and usability of the library for complex visualizations.
Thank you!
The text was updated successfully, but these errors were encountered: