jQWidgets Forums

jQuery UI Widgets Forums Chart null value skip

This topic contains 2 replies, has 2 voices, and was last updated by  wsjoo 11 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • null value skip #51692

    wsjoo
    Participant

    Hello.

    I want to skip when null value on line chart.

    [Source]
    ==========================================================================================
    var sampleData = [
    { Day: ‘Monday’, Running: 30, Swimming: 0, Cycling: 25, Goal: 40 },
    { Day: ‘Tuesday’, Running: 25, Swimming: 25, Cycling: 0, Goal: 50 },
    { Day: ‘Wednesday’, Running: 30, Swimming: 0, Cycling: 25, Goal: 60 },
    { Day: ‘Thursday’, Running: 20, Swimming: 20, Cycling: 25, Goal: null },
    { Day: ‘Friday’, Running: 0, Swimming: 20, Cycling: 25, Goal: 50 },
    { Day: ‘Saturday’, Running: 30, Swimming: 0, Cycling: 30, Goal: 60 },
    { Day: ‘Sunday’, Running: 20, Swimming: 40, Cycling: 0, Goal: 90 }
    ];
    ===========================================================================================

    [current chart]

    [wanted chart]

    Can jqwidget do it?

    null value skip #51693

    Peter Stoev
    Keymaster

    Hi wsjoo,

    The wanted feature is planned for a future version of our Chart component. At present, that is unfortunately not possible.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    null value skip #51698

    wsjoo
    Participant

    Thank you for fast answer.

    I hope that this feature(skip null value) update.
    but I will buy this component.

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

You must be logged in to reply to this topic.