Skip to content

Hiding y axis does not work #215

@batata004

Description

@batata004

Hi, I tried everything, even with the v2 and v3 but I still cant hide the Y axis labels, I dont need to show the numbers and ticks in the Y axis.

Here is my code:

https://quickchart.io/chart?width=500&height=200&backgroundColor=rgba(255,255,255,1)&chart={type:'line',data:{labels:[3,6,7,8,12],datasets:[{label:'Legenda',data:[50,60,70,180,190],fill:false,borderColor:'blue'}]},options:{scales:{y:{ticks:{display:false}}}}}

I even tried replacing y with yAxis but also does not work. What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions