jQWidgets Forums
Forum Replies Created
-
Author
-
Ok thanks. I will set min, max y-axis values for each of the series then and adjust the label width with padding.
September 13, 2016 at 1:42 am in reply to: gap at beginning and end of series gap at beginning and end of series #87288Hi Dimitar.
Thanks for the reply. Setting valueOnTicks = true works for the first point – it is now aligned with the start of the x-axis. The gap between the last point and the value axis on the chart remains however.
March 25, 2016 at 2:58 pm in reply to: RangeSelector issue with multiple series RangeSelector issue with multiple series #82844Thanks for the quick reply. I’m referring to this issue which had been discussed previously –
http://www.jqwidgets.com/community/topic/chart-rangeselector/So in your example the volume is displayed on the chart and the closing price is displayed on the range selector but in my case both of these series are displayed on the chart – my range selector will either not show any values or will just display the closing price which is already displayed on the chart since this really makes the most sense in a practical stock chart application. And there will be some additional area series that I will be looking to add to the chart as well. So the problem is that only one series displayed on the chart (apparently the first) is having it’s range adjusted by the selector. And of course this means that the adjusted series will be out of synch with the other series that are displayed on the same chart. So it makes the range selector unusable for this scenario which i would think would be a pretty common scenario. The only way i can see to accomplish this would be to use an independent range selector control and the basically reload the data source each time that gets adjusted to only cover the range selected but it would be nice if there were an easier way. If any one series can be adjusted it’s hard to see why multiple series couldn’t be adjusted when x-axis gets updated by the selector.
I guess it can be done through setting the class on the label.
-
AuthorPosts