jQWidgets Forums

jQuery UI Widgets Forums Chart Charts min/max values

This topic contains 1 reply, has 2 voices, and was last updated by  Vladimir 9 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Charts min/max values #76688

    ziggy
    Participant

    Hi,

    I’ve downloaded the version 3.9.0 and I noticed that the min/max values has been changed from integer to decimal (w/ 2 decimal places).
    How can we set it back as integer using the latest version?

    Also, export to jpeg/png doesn’t work still on my end. However, export to pdf works. Please help.

    Thanks.

    Karen

    Charts min/max values #76703

    Vladimir
    Participant

    Hello Karen,

    Regarding your fist question you can use the formatFunction to achieve that:

    formatFunction: function (value) {
       return value;
    }

    Regarding your second question here is a working example with a scatter chart export to jpeg/png.

    Best Regards,
    Vladimir

    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.