Home Forums Chart Support Removing the Scale from Bar/Column/Line charts

Removing the Scale from Bar/Column/Line charts

Viewing 2 posts - 1 through 2 (of 2 total)
  • #4780

    Hello,

    I’m sure this seems like a kind of odd request. Even I think it is. Buy my client has some specific charts they want to show with no scale at all. In these cases the charts show important data they don’t want to be exposed. But they want people to see the relation between 2+ data points. I’ve tried setting the x/y axis color to the same as the background but it still displays. I appreciate any help you can give.

    #4781

    Hi,

    You can hide axisX/axisY as below

    axisY:{
    lineThickness:0,
    tickThickness:0,
    valueFormatString:" ",//space
    },
    axisX:{
    lineThickness:0,
    tickThickness:0,
    valueFormatString:" ",//space
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.