Welcome Guest Search | Active Topics |

Hiding axe x
Pooya
#1 Posted : Saturday, October 01, 2011 5:44:54 AM(UTC)
Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 23

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

Is there any way to hide axe x?
I want to show Financial charts and I need 3 chart below each other.
one for HLOC
one for volume
and one for financial chart like Money Flow Index

but I dont want to display axes x 3 times!

is there any way to do it?

Best Regards
Pooya
Dragan
#2 Posted : Sunday, October 02, 2011 3:42:50 PM(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 hide the axis with hiding the labels and the tick marks.

You can use the following code:

axes: [ {
type: 'dateTime',
location: 'bottom',
labels: { visible: false },
majorTickMarks: { visible: false },


},
Best Regards,
Dragan Matek
jqChart Inc.
Pooya
#3 Posted : Tuesday, October 11, 2011 3:15:06 AM(UTC)
Rank: Member

Groups: Registered
Joined: 9/17/2011(UTC)
Posts: 23

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

Your advise for solving this problem works. but I confused how you defer axes with each other? by "location" attribute? or by type? or by combination of them?

Best Regards
Pooya
Dragan
#4 Posted : Tuesday, October 11, 2011 2:22:48 PM(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)
Both. By type and by location attributes. You can add an unlimited number of axes in one location (can be of different types).

You can also see our topic:

http://www.jqchart.com/documentation/userguide/default.aspx#&who=UseMultipleAxes
Best Regards,
Dragan Matek
jqChart Inc.
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.174 seconds.