jQuery UI Widgets Forums Chart format Y axis as percent

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • format Y axis as percent #57296

    arkgroup
    Participant

    I need to show series data formatted as percent. How can I do that?

    Thanks

    format Y axis as percent #57301

    Dimitar
    Participant

    Hello arkgroup,

    To achieve this, please set the valueAxis formatSettings‘s sufix, as shown here:

    valueAxis: {
        description: 'Value',
        logarithmicScale: true,
        logarithmicScaleBase: 2,
        unitInterval: 1,
        tickMarksInterval: 1,
        gridLinesInterval: 1,
        formatSettings: {
            sufix: "%"
        },
        horizontalTextAlignment: 'right'
    },

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.