jQuery UI Widgets › Forums › Chart › issue in chart orientation horizontal
This topic contains 6 replies, has 2 voices, and was last updated by Rasul Gani Sheikh 9 years, 3 months ago.
-
Author
-
Hello sir
please see below two link where only difference in both two is orientation: horizontal, so only changes in axis position is expected but whole output is different many symbols are not displayed in second example. same thing was OK in previous version of jqwidget.
http://jsfiddle.net/rasulgani/66kau/48/
http://jsfiddle.net/rasulgani/66kau/47/
Thanks in advance
Hello Rasul Gani Sheikh,
In this case whole chart is rotated to 90 degree.
Seems like you miss to setflip: true,
in valueAxis property.
Also need to set bigger “height” of ‘div’ tag with the particular id (“chartContainer”).Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comThanks for reply.
I already set flip: true but as per your reply, Its working by increasing height of div tag from 500px to 1000px.
But i want to keep height fixed to 500px.Please provide the solution. And why its require to increase height to display symbol?.
Why symbols display properly if i remove the property orientation: ‘horizontal’ and why require to increase height only when using property orientation: ‘horizontal’?Thanks
Hello Rasul Gani Sheikh,
Only because you use ‘logarithmicScale’ and for this reason need to set more accurately settings.
Please take a look this examples:
(first example with fixed “height: 500” and logarithmicScale)
http://jsfiddle.net/txhi/xwgeh47g/
(second example without logarithmicScale, visalizate with unitInterval, minValue and maxValue)
http://jsfiddle.net/txhi/4gqc5dgy/Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello sir
thanks for your reply
I know that its due to I am using ‘logarithmicScale’ and orientation horizontal but In my case this is my requirment so cant change it my only question is that why my first link is working properly and second is not the only diffence between two is orientation: horizontal
. I also can’t set fixed width and height.http://jsfiddle.net/rasulgani/66kau/48/
http://jsfiddle.net/rasulgani/66kau/47/Hello Rasul Gani Sheikh,
Thank you for the interest to our product. Could you try to use some workaround for now.
We will make investigation about this.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comThanks for your cooperate.
I have solved the issue by change type: ‘scatter’
-
AuthorPosts
You must be logged in to reply to this topic.