[
Log In
]
HOME
SAMPLES
DOCS
DOWNLOAD
LICENSING/PRICING
SUPPORT
FORUM
WHAT'S NEW
PRODUCT ROADMAP
ABOUT US
Home
\
Support
\ Forum
Welcome Guest
Search
|
Active Topics
|
ERROR
DataViz Charts and Gauges
»
DataViz Charts Forums
»
DataViz Charts and Gauges for JavaScript/jQuery
»
It is possible to hide zoombars?
It is possible to hide zoombars?
Options
Previous Topic
Next Topic
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
Back to top
User Profile
View 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.
Back to top
User Profile
View Thanks
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?
Back to top
User Profile
View Thanks
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.
Back to top
User Profile
View Thanks
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.
Back to top
User Profile
View Thanks
msand
#6
Posted :
Wednesday, December 2, 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
Back to top
User Profile
View Thanks
Dragan
#7
Posted :
Friday, December 4, 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.
Back to top
User Profile
View Thanks
Ivan
#8
Posted :
Monday, March 7, 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)
It's available since version 4.0:
http://www.jqchart.com/docs/aspnetmvc/api/index.html#frlrfJQChartWebMvcAxis%602ClassRangeSliderTopic.html
Best,
Ivan Petrov
jqChart Inc.
Back to top
User Profile
View Thanks
Users browsing this topic
Guest
DataViz Charts and Gauges
»
DataViz Charts Forums
»
DataViz Charts and Gauges for JavaScript/jQuery
»
It is possible to hide zoombars?
Forum Jump
DataViz Charts Forums
- DataViz Charts and Gauges for JavaScript/jQuery
- DataViz Charts and Gauges for ASP.NET MVC
- DataViz Charts for ASP.NET Web Forms
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.
Watch this topic
Email this topic
Print this topic
RSS Feed
Normal
Threaded
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.121 seconds.