Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable x or y axis #177

Open
adampope opened this issue Feb 5, 2013 · 9 comments
Open

Disable x or y axis #177

adampope opened this issue Feb 5, 2013 · 9 comments

Comments

@adampope
Copy link

adampope commented Feb 5, 2013

Building on #114 it'd be great if @options.axes took a hash of x and y to be able to disable either the x or y axis and not just both as we currently have with it taking a boolean.

@JessicaStiles
Copy link

When using graphs in a dashboard setting, disabling y-values would be really helpful as it takes up valuable space / adds visual clutter.

+1

@yonahforst
Copy link

+1

2 similar comments
@eventsneaker
Copy link

+1

@MichaelAllenMiller
Copy link

+1

@sirNemanjapro
Copy link

How do you hide them now?

@osushil
Copy link

osushil commented Jun 12, 2014

is there any features to disable "Hovering" and "Clicking" any charts under the DIV Container?

@tmlee
Copy link

tmlee commented Dec 4, 2014

You can disable x axis or y axis by passing the following as an option

axes: 'x'
axes: 'y'

@Terinah14
Copy link

+1

@madsilver
Copy link

#Disable X
xLabelFormat: function(x) { return ''; }

#Disable Y
yLabelFormat: function(y) { return ''; }

#Both
axes: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants