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

Set Chart Gridlines #501

Closed
araoko opened this issue Oct 17, 2019 · 1 comment
Closed

Set Chart Gridlines #501

araoko opened this issue Oct 17, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@araoko
Copy link

araoko commented Oct 17, 2019

The axis options do not include gridlines. it will be nice to be able to specify gridlines

@xuri xuri added the enhancement New feature or request label Oct 18, 2019
@xuri xuri closed this as completed in 6abf8bf Oct 27, 2019
@xuri
Copy link
Member

xuri commented Oct 27, 2019

Hi @araoko, thanks for your issue. I have added minor_grid_lines option, you can create a chart with grid lines like this:

"x_axis":{"major_grid_lines":true,"minor_grid_lines":true},"y_axis":{"major_grid_lines":true,"minor_grid_lines":true}

nullfy pushed a commit to nullfy/excelize that referenced this issue Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants