Welcome Guest Search | Active Topics |

It is possible to hide zoombars?
eddi0815
#1 Posted : Thursday, October 29, 2015 2:13:47 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 forum,

I have multiple y-axes and on every axes there is an zoombar. That needs to much space. It is possible to hide the zoombars?

Thanks
Dragan
#2 Posted : Thursday, October 29, 2015 10:27:54 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 just not set "zoomEnabled: true" and the zoombars won't appear.
Best Regards,
Dragan Matek
jqChart Inc.
eddi0815
#3 Posted : Thursday, October 29, 2015 10:45:06 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)
Yes, thats right.

I forgot to say that I need the zoom function in the y-axes. I want to zoom only with the mouse and without the zoombars. Is that possible?

Dragan
#4 Posted : Friday, October 30, 2015 7:42:58 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)
You can use this code:

Code:
axes: [
    {   
        location: 'left',
        zoomEnabled: true,
        rangeSlider : {
            visible : false
        }
    }
]
Best Regards,
Dragan Matek
jqChart Inc.
eddi0815
#5 Posted : Friday, October 30, 2015 8:43:25 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)
Thanks.

That is what I want.
msand
#6 Posted : Wednesday, December 02, 2015 8:15:39 AM(UTC)
Rank: Newbie

Groups: Registered
Joined: 6/22/2015(UTC)
Posts: 3

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

Will this rangeSlider-property also be made available in the MVC-Wrappers?

thanks
Dragan
#7 Posted : Friday, December 04, 2015 4:17:29 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)
We'll try adding them in the next version.
Best Regards,
Dragan Matek
jqChart Inc.
Ivan
#8 Posted : Monday, March 07, 2016 6:17:09 AM(UTC)
Rank: Administration

Groups: Administrators, Moderator, Registered
Joined: 11/5/2012(UTC)
Posts: 131

Thanks: 0 times
Was thanked: 15 time(s) in 15 post(s)
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.163 seconds.