Enable horizontal scrolling for line chart in SAPUI5 - scroll

I have a VizFrame line chart similar to this example.
Zooming in and out on a device with touchpad works just as expected. However, scrolling horizontally does not work whereas it does work on e.g. tables. Is it possible to enable such a functionality?
Thanks in advance!

Related

Kendo chart - zoom ruins the axis values

I'm trying to create a scattered chart with Angular-Kendo,
and have some challenges with zooming.
The current challenge is that upon zoom in by area selection with the mouse.
It does the zoom perfectly, besides the fact that it ruins the axis numbers.
I created an example [not angular oriented, but very clear].
Simple example - you can try to zoom with mouse drag.
Already tried the [labels]= "{format: '{0: n3}'}", etc... but it didn't work...
Thanks for any help.
The solution I found for this very painful item is:
using kendo-chart-x-axis instead of category-axis :-)

Firefox Bottom Horizontal Scrollbar Not working

I have this issue on Firefox 53.0 (64-bit). Ubuntu 16.04 LTS.
Is just BOTTOM Horizontal Scrollbar. Any other Horizontal Scrollbar inside web pages works but not this one.
Anyone has this issue?
Try one of these two things:
Try using Shift + Scroll. On most web browsers, by using these two commands at the same time it will scroll you horizontally across the webpage. Be careful though, because if you scroll the wrong way or too fast you might end up going to the previous webpage instead.
Zoom out so you see the entire width of the page, and then use your curser and arrow keys to zoom into the right side of the screen which used to be hidden.

Issue with Kendo Graph in Printing

We have a page where we are printing Kendo pie charts which is working perfectly fine. We have a facility to print these charts using default windows Print option using Windows.Print(). Issue that we have seen is that the charts which are Center aligned shifts to right while we are printing. On investingating further we understood that this is happening because the page is resizing itself while Printing but Kendo Charts are not resizing and aligning themselves in center. We explicitely refreshed the Kendo charts by adding followed by explicit refresh of Kendo Chart
$(“#Chart”).data("kendoChart").refresh();
However still we are facing challenge while getting it center aligned while printing. Has anyone faced similar challenge? Is there a workaround?
You can resize kendo chart by redraw method
$("#myChart").data("kendoChart").redraw();

malihu with both horizontal and vertical scroll

I'm using this scrollbar plugin witch works ok but now I have some new requirements...
So, I'm looking for an alternative to have both horizontal and vertical scrolling at the same time as it seems this does not support it.
The Enscroll plugin support horizontal scrolling:
Enscroll:
http://enscrollplugin.com/

how to make wp7 map control zoom buttons easier to see

with windows phone 7 i am using teh bing map control. i have it working just fine. however, the zoom buttons (+,-) are at the bottom of the page and difficult to see.
The buttons have black border with black text. They are easy to see on a light map background, but with black background they are in essence hidden.
Does anyone have an idea on how to make them easier to see?
As invalidusername said you can use the pinching to zoom in and out and it is probably a better way to do it. But in my case I haven't a device or touch screen so needed to use buttons in this way to test my map.
Rather than using the built-in zoom buttons I looked at the sample code from this tutorial which has icons for zoom in/out and data bound them to the zooming of the map. Adapting it to my needs. It works pretty well:
http://msdn.microsoft.com/en-us/wp7trainingcourse_usingbingmapslab_topic2
You can change the positioning/images etc.
As per DanielBallinger's comment the link above seems to no longer work. The following does:
Bing Maps Tutorial

Resources