jQuery UI Widgets Forums Chart chart minValue wrong

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • chart minValue wrong #55347

    Ridbark
    Participant

    Hello,

    I have a stackedcolumn graph with values in interval [-1000;+80000].
    I try to set the minValue to 0 (in the valueAxis of the variable seriesGroups), but the bar with the value ‘-1000’ is always display, even if the minValue is set (i check that! When i display the variable seriesGroups, just before i put it in the settings, there are “minValue : 0”)!
    I tried to add an other serieGroup, with negative values and set the minValue to 0, and it works! The only difference between the two serieGroup is the type of graph : stackedcolumn for the dysfunctional chart and column for the other …
    So i try with a standard column for the first one, and it works …

    Why it does not work with a stackedcolumn? 🙁 Are there the same problem with the other “stacked” graph?

    Best regards,
    Ridbark

    chart minValue wrong #55351

    Peter Stoev
    Keymaster

    Hi Ridbark,

    Sorry, but the provided information is not useful. According to the Forum’s Policy(http://www.jqwidgets.com/community/topic/welcome-to-jqwidgets-forum-2/), follow these rules:

    If you report an issue regarding our products, please include the following information in your post:

    – jQuery version, jQWidgets version, device type(PC, Mobile), browser name and version.
    – Please, provide step by step instructions on how to reproduce the reported issue and provide a small sample which demonstrates it.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    chart minValue wrong #55413

    Ridbark
    Participant

    Hi Peter,

    Usually, when i asked something on this forum, i create a JSFiddle on the second post, because if my problem can be solve without, i save time! 😛

    So :

    • JQuery Version : 2.1.0
    • jQWidget version : 3.3.0
    • Device type : PC
    • Browser : Google Chrome
    • Browser version : 23.0.1271.95

    JSFiddle to demonstrate my problem : http://jsfiddle.net/cocoRid/dR5PY/.
    Into my JSFiddle, i create one serie of type “area” and an other with type “stackedarea”. In the area serie, the minValue is take into account, but in the stackedarea serie, the minValue is not taken into account! Why? (you can try with other type : all “stacked” type have the same problem)

    Best regards,
    Ridbark

    chart minValue wrong #55417

    Peter Stoev
    Keymaster

    Hi Ridbark,

    Actually the minValue is taken into account, but due to the type of the serie, you can specify it only to a value lower than the minimimum i.e lower than 10000 in your case.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.