Apexcharts.js: tooltip.inverseOrder has no effect on stacked series

Created on 18 Mar 2020  路  3Comments  路  Source: apexcharts/apexcharts.js

Although legend: { inverseOrder: true } reverses the legend order in a stacked chart, tooltip: { inverseOrder: true } does not do the same. Setting the value to true or false has no effect on the order.

CodePen.

bug

Most helpful comment

Fixed it.
A new patch version will be released soon.

All 3 comments

@junedchhipa Added CodePen. Notice that _negative reviews_ is input before _positive reviews_ so that _negative reviews_ are drawn at the bottom of the stacked graph. The order is reversed in the legend of the chart, however the tooltip order is not reversed despite having inverseOrder applied to it.

Is there any update on this ?

Fixed it.
A new patch version will be released soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thellimist picture thellimist  路  3Comments

tcarlsen picture tcarlsen  路  3Comments

Sumon-miazi picture Sumon-miazi  路  3Comments

georgehardy picture georgehardy  路  3Comments

cstlaurent picture cstlaurent  路  3Comments