Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113338
    alex.morris22
    Participant

    How do I customize grid lines in Smart Chart using JavaScript?

    #113346
    Markov
    Keymaster

    Hi,

    You can use the Chart’s gridLines property

    xAxis: {
        gridLines: {
            visible: true
        }
    },
    yAxis: {
        gridLines: {
            visible: true
        }
    }

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.