jQWidgets Forums
Forum Replies Created
-
Author
-
May 16, 2016 at 11:40 am in reply to: chart not reset on update when any range is selected chart not reset on update when any range is selected #84391
Here I have found a solution
put below line above chart.update();
chart._selectorRange=[];May 13, 2016 at 9:24 am in reply to: chart not reset on update when any range is selected chart not reset on update when any range is selected #84344Hello sir
I think your are not getting my actual issue
In my scenario
first I have some data where X axis values start from 1 and up to 80.
next I need to update chart with new data where X axis values start from 110 and up to 260.
and my chart type is linear. so what you have updated is not as per my requirement.May 12, 2016 at 12:21 pm in reply to: chart not reset on update when any range is selected chart not reset on update when any range is selected #84299Hello sir
I have made some changes in your code. please sea link below
http://jsfiddle.net/mmdLs2od/1/
in this example if I select range from 1 to 51, and then click on update button, my expected X axis value from 110 to 120 but its not as expected.
March 1, 2016 at 6:51 am in reply to: issue in chart orientation horizontal issue in chart orientation horizontal #81943Thanks for your cooperate.
I have solved the issue by change type: ‘scatter’
February 29, 2016 at 9:46 am in reply to: issue in chart orientation horizontal issue in chart orientation horizontal #81910Hello 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/February 26, 2016 at 3:50 am in reply to: issue in chart orientation horizontal issue in chart orientation horizontal #81850Thanks 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
October 15, 2015 at 5:39 am in reply to: Always Y axis start with 0 Always Y axis start with 0 #76887Hello sir
Graph is rendered perfect but, I think it will be better if scale start and end with near by value in our case where all values are 1000 scale should start from 999 and end with 1001.
September 15, 2015 at 9:19 am in reply to: chart series does not show proper if its value goes out side min and max value chart series does not show proper if its value goes out side min and max value #75845Hello Sir,
Thanks for your reply.
But in my case I want that only that portion of series should display which is between the min and max value.if all series values are not between min and max value then series should not display. I don’t want to set maxValue to the highest value. Is any other option available there.
July 2, 2015 at 7:07 am in reply to: does not show series if all value are equal does not show series if all value are equal #73274and also y axis always start with 0 if all values are same
July 2, 2015 at 7:01 am in reply to: does not show series if all value are equal does not show series if all value are equal #73273Thanks for solve problem in
jqwidgets 3.8.1
jqxChart Value axis automatic selection of optimal interval when all values are identical.but problem still exists in case of all the values are 0
June 8, 2015 at 6:50 am in reply to: does not show series if all value are equal does not show series if all value are equal #72136I can not fix unitinterval because I need to draw a random chart where some times my data in decimal places and some times its in thousands.
its working fine except that if all values are same and less then or equal to 0
June 8, 2015 at 6:46 am in reply to: does not show series if all value are equal does not show series if all value are equal #72135please see below url
June 8, 2015 at 6:10 am in reply to: does not show series if all value are equal does not show series if all value are equal #72130Hello sir,
Thanks for your replybut I need to Implement a auto scale chart so I can not fix my graph scale.Graph is working fine for all case except that if all values are same and less then or equal to 0
like
var sampleData = [{a: -1,b: 1}, {a:-1,b: 2}, {a:-1,b: 3}];I am using jQWidgets v3.7.1
-
AuthorPosts