Apexcharts.js: Reverse Y Axis Values

Created on 30 Oct 2018  路  2Comments  路  Source: apexcharts/apexcharts.js

Couldn't find anything in the docs, is it possible to reverse the Y axis so values go from high to low instead of the usual low to high?

Most helpful comment

An option to reverse flip y-axis is added in v3.6.0.
So, now you can just do

yaxis: {
  reversed: true
}

All 2 comments

An option to reverse flip y-axis is added in v3.6.0.
So, now you can just do

yaxis: {
  reversed: true
}

guys @junedchhipa provided correct information. stop down voting it please :)

Source: https://apexcharts.com/docs/options/yaxis/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RyanMooreOPS picture RyanMooreOPS  路  16Comments

thellimist picture thellimist  路  15Comments

CheyenneForbes picture CheyenneForbes  路  17Comments

Vvelghe picture Vvelghe  路  15Comments

filipinyo picture filipinyo  路  14Comments