jQWidgets Forums
Forum Replies Created
-
Author
-
June 25, 2015 at 6:38 pm in reply to: Multiple Trees checkmark problem Multiple Trees checkmark problem #73030
Sorry but don’t have the time to create a Fiddle for you. I hope my description is clear enough for you. If not, please let me know what’s confusing and I’ll try to clarify.
In the meantime, we’ve discovered that this issue is not browser dependent. It seems to occur in Safari 8.0.4, Firefox 38.0.5, and Chrome 43.0.2357.130 (all on a Mac).
To reiterate the problem, three jqxTree controls drawn in three different tabs of a jqxTab control. All are loaded with a statement like that above. The first time they’re loaded they all work. After the second time they’re loaded only the control that is instantiated first in the Javascript works consistently when the “checked” setting is changed. The only data elements that changed between loads of the data are the “checked” settings on various rows.
May 5, 2015 at 3:12 pm in reply to: Range Selector Absolute Positioning Range Selector Absolute Positioning #70675Ivailo,
Thank you for your response. Unfortunately, I’ve tried that approach as well and it doesn’t seem to work either. The object here is to get JQXChart to work WITHIN a library like ExtJS – while JQXChart works very well by itself, as your example shows, it doesn’t seem to play nicely with containing libraries. Other problems also occur when loading a JQXChart within a ExtJS Panel such as 1) if gradient colors are used all fills appear black and the only solution I’ve found is to use solid colors, 2) formatting around the tooltip (borders, margins, backgrounds) all disappear, 3) and JQXChart doesn’t seem to understand/respect the container’s dimensions which makes it impossible to use something like “height:100%”. Also, an undesirable side effect of using a separate container for the selector is that you lose the automatic positioning of the legend to below the Selector (and while you might be able to fake the positioning by using a large top margin on the legend you would still need to position the Selector container relatively, which creates a problem, and you lose the nice automatic size/position adjustments when the frame changes sizes).
So, is it possible to get the Selector positioned inside JQXChart using relative values (like the legend is) rather than the absolute values being used now, or, do you have any future plans to do so, and if so, when would it be available.
Thank you
Dimitar,
Is this going to change any time soon? I have the same issue and given the nature of the chart lines its impossible to decide which of the three should be used in the range selector – not to mention its difficult to explain to users.
Thanks
After some additional experimentation it seems possible to use the ‘cellsrenderer’ function to fill in the column with the correct value BUT when that column name is dragged to the grouping line the resulting groupings show the ID again and not the value (i.e. using the example above they groupings show “CA”, not “California”).
So, now please provide any example of how to achieve the design above, or how to affect the text that is displayed in the grouping lines.
Thank you
-
AuthorPosts