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

Is it possible to hide axis and background lines in the Line chart? #2677

Closed
hkhangus opened this issue Aug 30, 2024 · 1 comment
Closed

Comments

@hkhangus
Copy link

image

How do I display only the blue line?

@AbhilashMadi
Copy link

//want to hide x or y axis
axis: {x: {line: false}, y: {line: false}}

docs: https://ant-design-charts.antgroup.com/en/options/plots/component/axis

//want to hide the grid lines
{grid: false}

docs: https://ant-design-charts.antgroup.com/en/options/plots/component/axis#%E7%BD%91%E6%A0%BC%E7%BA%BF

@hkhangus hkhangus closed this as completed Sep 3, 2024
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