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

Option to hide axes on layers #2

Open
jimon opened this issue Sep 2, 2019 · 3 comments
Open

Option to hide axes on layers #2

jimon opened this issue Sep 2, 2019 · 3 comments

Comments

@jimon
Copy link

jimon commented Sep 2, 2019

Would be nice to be able to hide axes on layers for cases when axes can be reused between them

@bmarkovic
Copy link

bmarkovic commented Nov 11, 2019

You can use:

fcFlexi.svgLayer(/* ... */)
   .xOrient('none')

to hide the X axis and

fcFlexi.svgLayer(/* ... */)
   .yOrient('none')

to hide the Y axis

@jimon
Copy link
Author

jimon commented Nov 11, 2019

Wouldn't work on canvas though?

@bmarkovic
Copy link

@jimon Not entirely sure (haven't tried) but I see no reason why it wouldn't in the docs to either this or d3fc cartesianChart, both appear to have yOrient('none') as an option.

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

2 participants