Billboard.js: NEGATIVE VALUES IN BILLBOARD.JS

Created on 8 Feb 2018  ·  2Comments  ·  Source: naver/billboard.js

Description

The table takes negative values ​​on the Y axis. Even if you put a minimum of 0. It is a dynamic table
sin titulo
min 0

question

Most helpful comment

@LucianoPeluso, try this.

axis: {
    y: {
        min: 0,
        padding: {
            bottom: 0
            }
    }
}

All 2 comments

@LucianoPeluso, try this.

axis: {
    y: {
        min: 0,
        padding: {
            bottom: 0
            }
    }
}

Works! thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

doubletuna picture doubletuna  ·  3Comments

imbyungjun picture imbyungjun  ·  5Comments

planttheidea picture planttheidea  ·  4Comments

madflow picture madflow  ·  4Comments

nwpappas picture nwpappas  ·  3Comments