jQuery UI Widgets Forums Chart Spline Area Chart

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Spline Area Chart #57180

    goooseman
    Participant

    Hi,

    I have a spline area chart with dates (3 month period) as x-axis and numerical values as the y-axis. The values for the y-axis come from the database so we used logarithmicScale: true, so it will just adjust depending on the values returned. The problem is, there will be dates that the value is 0 and the points were not being plotted. The thing is if i set a maxValue and minValue = 0 (removed the settings for logarithmicScale), the dates with 0 are being plotted.

    Is there any way that i can use logarithmicScale and minValue at the same time?

    Thanks!

    goooseman

    Spline Area Chart #57187

    Dimitar
    Participant

    Hello goooseman,

    The y-axis will auto-adjust if you do not set minValue and maxValue (and remove the settings for logarithmicScale). Please try this and see if this approach suits your purposes.

    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.