Can anyone please tell me is there any way to include scroll bar in highcharts without using highstock.js
( use only highcharts.js) ?
Unfortunately the scrollbar is available only in the highstock.js.
Related
I have an ag-grid-react set up with a series of components in place for cell rendering. When my dataset loads the vertical scroll works well but the horizontal scroll isn't obvious unless using a trackpad or horizontal scroll enabled mouse.
I would like to be able to add a scroll bar to the top of the grid as well as the automatically generated one at the bottom?
Has anyone encountered this, come up with as solution?
Thanks in advance.
Note : I found this solution How to add a horizontal scrollbar on top of the ag-grid but seems this is old and not working.
Recently, I find a iPhone app using horizontal scrollable tab bar and the item in the tab bar can be add or remove in the bar. I want to know which ui framework is using for this feature. Thanks for your help!
Theoretically you can implement this using UIPageViewController. Thing is that using it, it's hard to catch how far have you scrolled the page so far to position "underline" correctly.
The best solution I see is to use UIScrollView and position everything yourself. There was a WWDC presentation how to use UIScrollView to "swipe" through images (https://developer.apple.com/videos/play/wwdc2011/104/). You will find step by step guide how to get the result you need.
I would like to animate the highstock chart as the scrollbar is being moved and to animate the update of the chart when a handle on the scrollbar is dragged and then released ( see google finance chart). I have tried setting the animation on both the chart object as well as the plot->series->animation . The chart animates as it loads but doesn't when the scrollbar is updated ( it just gives a jarring update ).
Does this functionality currently exist, or is it in the works for the high stock library?
Unfortunately this option is not possible, but you can suggest it in our uservoice system available here: http://highcharts.uservoice.com/
This my be a really simple question but I have googled so hard looking for an answer. I have a datagrid which displays a long list of information. Its an iOS app so the input is touch and the scroll bar is tiny. How can I increase its size for easier use?
Thanks =)
Feathers is as3 solution to mobile ui : http://feathersui.com
These scrollbars can be targeted by DataGridInstance.verticalScrollBar and DataGridInstance.horizontalScrollBar. These are actually ScrollBar instances so you can use the .setSize() method or .width and .height setters to resize these.
However, the documentation indicates:
Note: If you use the setSize() method, you can change only the width of a horizontal scroll bar or the height of a vertical scroll bar. At the time of authoring you can set the height of a horizontal scroll bar or the width of a vertical scroll bar, but the values will be reset when the movie is published. Only the dimension of a scroll bar that corresponds to its length can be changed.
So I'm afraid it's not an option with the built-in component.
Use code like this:
dataGrid.scroller.verticalScrollBar.scaleX = 2;
I want to scroll the images horizontally with its title and description, I had done using picture scroll view but it shows only title that too at the bottom of the screen but i want to display it at the top and with the title i want to display its description also, please help.
And another option i had tried using the interface scrollchangelistener by using that i displayed the images with its title and description on the top of the screen but it scrolls in vertical direction i am unable to do it in horizontal. Please help i am in great difficulty since last few days, Please help.
Use HorizontalFieldManager and add the contents in it
It will work
Use Manager.HORIZONTAL_SCROLL as argument in it
eg:
HorizontalFieldManager hfm=new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL);
This BlackBerry support forum thread will help you, in addition to the PictureScrollField documentation.
how to show images in horizontal scroll field in blackberr