Apexcharts.js: Stacked column charts don't work with multiple y-axis.

Created on 28 May 2019  路  4Comments  路  Source: apexcharts/apexcharts.js

Codepen

https://codepen.io/anon/pen/YbvoEv

Explanation

  • What is the behavior you expect?
    The stacked charts look small. They should be able to use a proper scale to maximize the use of the vertical space
  • What is happening instead?
    Defining two y-axis, one for the line and one for the stacked columns breaks the stacked columns into 2 separate columns.
  • What error message are you getting?
    No error messages.
bug

Most helpful comment

@jlil Thanks for the compliment.
The bug is under the roadmap as it is a major constraint to not being able to use stacked column charts with multiple y-axis.
You can expect a fix in a week or two.

All 4 comments

You're right.
Stacked columns don't work in a multi-yaxis chart as I can see in the codepen.
Thanks for reporting, I will look into it soon.

@junedchhipa first, awesome library! the API is extensive, yet simple to use. Very similar to echarts without the big bundle size and dependencies.

I am however also stuck on the issue reported by @simoami above. Do you have any idea on when a fix can be pushed?

@jlil Thanks for the compliment.
The bug is under the roadmap as it is a major constraint to not being able to use stacked column charts with multiple y-axis.
You can expect a fix in a week or two.

This issue is closed, but the code pen remains the same, showing the issue. Is there any documentation that shows how to get this working?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

felixalguzman picture felixalguzman  路  3Comments

jlil picture jlil  路  3Comments

artfulrobot picture artfulrobot  路  3Comments

ismaildervisoglu picture ismaildervisoglu  路  3Comments

maasha picture maasha  路  3Comments