jQuery UI Widgets Forums Chart Share valueAxis

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Share valueAxis #29491

    jb
    Participant

    Hello,

    I want to do a chart with many seriesGroups (spline, column range, scatter).  The data is coming from various csv files (1 for each day).  I have a calendar widget so the user selects a date and redefines the url attribute against the right csv file.  So far so good, works fine. My issue is that I want all of my seriesGroups to share the same valueAxis. I cannot set minValue, maxValue nor unitInterval as my data varies considerably for each csv file I have. Setting it to “auto” doesn’t work, it need to be perfectly aligned. It looks like each seriesGroups automatically defines a new axis.. can we force them to use the same one?  Thanks!

    Share valueAxis #29532

    Dimitar
    Participant

    Hello jb,

    Each series group uses its own value axis. However, you may hide the value axis of one or more groups, as is done in the demo Multiple Series Types by setting the property displayValueAxis to false.

    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.