jQWidgets Forums
Forum Replies Created
-
Author
-
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
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!
MengApril 19, 2016 at 8:50 pm in reply to: hintType label with textarea hintType label with textarea #83668Hi,
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!
MengApril 18, 2016 at 8:51 pm in reply to: hintType label with textarea hintType label with textarea #83606Hi,
Sorry I gave the wrong link. Please refer to the following link: http://jsfiddle.net/wg9tr8v8/9/. Thanks!
Meng
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
April 5, 2016 at 9:10 am in reply to: Time range selector minorTickInterval Time range selector minorTickInterval #83145Thanks! It worked!
Meng
April 4, 2016 at 6:44 pm in reply to: Time range selector minorTickInterval Time range selector minorTickInterval #83122Hi,
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
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!
MengHi,
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!
MengMarch 8, 2016 at 7:52 pm in reply to: Disable horizontal scrollbar Disable horizontal scrollbar #82237Hi 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!
MengAugust 31, 2015 at 7:03 pm in reply to: Style for disabled checkbox in listbox Style for disabled checkbox in listbox #75323Hi 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!
-
AuthorPosts