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

georgehardy picture georgehardy  路  3Comments

rcoundon picture rcoundon  路  3Comments

maasha picture maasha  路  3Comments

jeroenpol picture jeroenpol  路  3Comments

EroTiXx picture EroTiXx  路  3Comments