jQWidgets Forums

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: minValue didn't work minValue didn't work #84924

    mengl2
    Participant

    Hi,

    Again, as I mentioned earlier, I can’t set maxValue, because I don’t want to loose the chart’s dynamic scale functionality, and the maxValue is uncertain. To me, the chart should always take the minValue that users set no matter what the dataset’s values are. Please provide the workaround other than setting the maxValue, and let me know if you will fix this in the near future.

    Meng

    in reply to: minValue didn't work minValue didn't work #84891

    mengl2
    Participant

    Hi,

    I know it’s been a while since I started this thread, but our product has the need to support the case where the chart always shows positive range even when there are only 0 values. Do you consider to fix this in the near future? Could you provide a workaround for now?

    Thanks a lot!
    Meng

    in reply to: hintType label with textarea hintType label with textarea #83668

    mengl2
    Participant

    Hi,

    I really need to get this work. I was trying to come up with some workarounds, for example, I’m thinking to detect the validation error on that input field and manually remove the jqx-validator-error-element class. However, I didn’t find how to detect validation error on a specific input field, also validationError and onError events are not fired when the single input field validation fails. Could you suggest if there’s a way to detect validation error on an input field, or could you provide some workarounds that can resolve this issue?

    Thanks!
    Meng

    in reply to: hintType label with textarea hintType label with textarea #83606

    mengl2
    Participant

    Hi,

    Sorry I gave the wrong link. Please refer to the following link: http://jsfiddle.net/wg9tr8v8/9/. Thanks!

    Meng

    in reply to: minValue didn't work minValue didn't work #83548

    mengl2
    Participant

    Hi,

    That’s the problem. I can’t set maxValue because there is no maxValue for my dataset, they are just non-negative numbers. I read from your documentation and other demo links that I don’t necessarily need to give both min and max, so theoretically this should work. Please suggest another to fix this. Thanks!

    Meng


    mengl2
    Participant

    Thanks! It worked!

    Meng


    mengl2
    Participant

    Hi,

    I did another workaround http://jsfiddle.net/h366N/10/ , but the time shown on the marker can’t be based on 24-hour clock but only 12-hour clock. When I use getRange api, the date shown in the marker doesn’t match what I got from api. Can you also look into this? It would be good if you could provide the workable link to me. Thanks!

    Meng

    in reply to: Hide title and description Hide title and description #83058

    mengl2
    Participant

    Hi,

    Hiding title and description works for me!
    For toggling the data serie back, I didn’t see your demo shows how to do it. After I hide a serie by toggling the legend and then update the chart, the hidden serie remains hidden. How do I bring the hidden serie back? Could you provide another example?

    Thanks!
    Meng

    in reply to: Hide title and description Hide title and description #83048

    mengl2
    Participant

    Hi,

    I have another question. After my chart gets rendered, let’s say users toggle a serie by clicking the legend. How do I bring the serie back when I change the data source and refresh the chart?

    Thanks very much!
    Meng

    in reply to: Disable horizontal scrollbar Disable horizontal scrollbar #82237

    mengl2
    Participant

    Hi Hristo,

    Currently my height is set to auto, and I didn’t see vertical scrollbar. But what I’m looking for is to hide the horizontal scrollbar and show text with ellipsis when it’s overflow on width. Could you provide direction on that?

    Thanks!
    Meng


    mengl2
    Participant

    Hi Ivailo,

    So you actually means something like this?
    $(‘#list-id’).find(‘.jqx-listitem-state-disabled’).prev(‘.chkbox’).children(‘.jqx-checkbox-default’).addClass(‘checkbox-disabled’). Basically find the checkbox previous to the existing disabled label, and manually add disabled class to that checkbox right?

    Well this worked but it is a little bit nasty. Hopefully this fix can be take into consideration for next release. Thanks!

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