Welcome Guest Search | Active Topics |

Livedata Zoombar doesn't go the maximum after zooming
eddi0815
#1 Posted : Thursday, December 3, 2015 9:36:18 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/29/2015(UTC)
Posts: 6

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Hello,

I use this framework to show live data. In this chart there is a zoombar at the x-Axis. When I zoom in the x-Axis, the zoombar stays at this point when new data arrives. That is ok. But when I want to see the whole chart again. The zoombar doesn't stay at the maximum. So that I have to scroll the zoombar to the right manually when new data arrives. Is it possible the I can see the whole chart after zomming?

Greetings
Dragan
#2 Posted : Friday, December 4, 2015 4:42:51 AM(UTC)
Rank: Advanced Member

Groups: Administrators, DataVizJavaScript, jQueryChart, jQueryDV, MvcChart, Registered
Joined: 1/3/2011(UTC)
Posts: 483

Thanks: 0 times
Was thanked: 87 time(s) in 87 post(s)
Hi,

You can set visibleMinimum and visibleMaximum to undefined.

Code:
axes: [
{                       
      location: 'left',
      visibleMinimum: undefined,
      visibleMaximum: undefined
}],
Best Regards,
Dragan Matek
jqChart Inc.
eddi0815
#3 Posted : Monday, December 7, 2015 3:51:01 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 10/29/2015(UTC)
Posts: 6

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Ah. That the right hint. I calculate now the maximum and the minimum of the zoombar and that works exactly how I want it to work.

Thanks
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

FlatEarth Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.086 seconds.