Giter Site home page Giter Site logo

Comments (4)

rosco54 avatar rosco54 commented on May 21, 2024

@junedchhipa I'd be happy to update the documentation if you'd like. Just let me know how and in what form.

@AndriiLutsiv you have specified both min and max for the yaxis and they are no longer advisory since 3.46.0. The range is therefore fixed at 35 (= max - min). This number can only be divided by 5 and 7, since ApexCharts always uses equal divisions for the ticks.

Some choices:

  1. adjust your yaxis options to guarantee a zero tick, eg, min: -5, max: 30 (you can assume that a nice value like 5 will be used for the increments, or min: -4, stepSize: 4, if you want a specific increment, etc, or

  2. don't specify at all and let ApexCharts figure out what min and max to use, that will include zero (generally/always).

Here's the result leaving out both the yaxis min and max settings.

92gim6zf

from apexcharts.js.

AndriiLutsiv avatar AndriiLutsiv commented on May 21, 2024

Screenshot_1
Thanks a lot for a reply @rosco54!

I`m sorry I had to adapt the codepen to a real case scenario. Here is an updated codepen that is from my project.

codepen

As we see somehow the '0' is missing on the yaxis also there is only 1 metric instead of several ones.

I`m usning the most recent version of apexcharts.

I wonder if it is possible to show '0' without min and max values.

For some reason forceNiceScale didn`t help.

In some other cases the metrics quantity is ok and the '0' is shown on yaxis. But occasionally like in thie scenario the issue persists

from apexcharts.js.

rosco54 avatar rosco54 commented on May 21, 2024

from apexcharts.js.

AndriiLutsiv avatar AndriiLutsiv commented on May 21, 2024

Thanks for the reply @rosco54

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.