Giter Site home page Giter Site logo

Hide y axes about apexcharts.js HOT 4 CLOSED

apexcharts avatar apexcharts commented on May 1, 2024
Hide y axes

from apexcharts.js.

Comments (4)

junedchhipa avatar junedchhipa commented on May 1, 2024 12

Try this

{
  floating: true,
  axisTicks: {
    show: false
  },
  axisBorder: {
    show: false
  },
  labels: {
    show: false
  },
}

The floating option will take the yaxis area out of chart's plotting area. It is similar to position: absolute in CSS :)

from apexcharts.js.

timbarclay avatar timbarclay commented on May 1, 2024 1

Perfect, thanks.
I missed this because I didn't realise there were more config options beyond the ones in the sample object at the top of the page at https://apexcharts.com/docs/options/yaxis/. Thanks very much for pointing this out.

from apexcharts.js.

fareed13 avatar fareed13 commented on May 1, 2024 1

Hope you are doing well,
i used all these floating: true,
axisTicks: {
show: false
},
axisBorder: {
show: false
},
labels: {
show: false
},
but x and y axis of bar chart with negative value is not hide , i just want to hide all axis only show bar line
issue

from apexcharts.js.

junedchhipa avatar junedchhipa commented on May 1, 2024

It should be in the docs. Don't know I how missed it.
Thanks for pointing out that page!

from apexcharts.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.