jQuery UI Widgets Forums Chart hide all series

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • hide all series #80625

    frankbur1
    Participant

    hi there,

    at first: sorry for my bad english.

    i have a pie-chart with legend. now i have a lot of series (about 300) in it.
    i want, that all series are hidden at start, so user can select the series, he wants to see.

    i tried:

    $(‘#chartContainer’).jqxChart(‘hideSerie’, 0, 0, NaN);

    but that doesnt work.

    when i do the following:

    for (var i = 0; i < countseries; i++) {
    $(‘#chartContainer’).jqxChart(‘hideSerie’, 0, 0, i);
    }

    that works, but takes a really long, long time.

    so, is there a possibility to hide all series?

    kindest regards,
    frank

    hide all series #80686

    ivailo
    Participant

    Hi frankbur1,

    Unfortunately there is no option there is no such a method, for hiding all series.

    Best Regards,
    Ivailo Ivanov

    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.