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

add 10x10 grid lines #4

Closed
skidzo opened this issue May 9, 2018 · 4 comments
Closed

add 10x10 grid lines #4

skidzo opened this issue May 9, 2018 · 4 comments

Comments

@skidzo
Copy link

skidzo commented May 9, 2018

hi I would like to add the possibility to show grid lines,
could you please be so kind as to indicate how i could easily add this feature to the implementation?

@skidzo
Copy link
Author

skidzo commented May 9, 2018

I am really not that familiar with css, but maybe it could be done by just adding some stuff in the css and after every if not x % 10:
.chart table, .chart td, .chart th { display: inline-grid; grid-gap: 10px; width: 0.5px dashed black; }

@skidzo skidzo closed this as completed May 9, 2018
@glasnt
Copy link
Owner

glasnt commented May 10, 2018

Hi @skidzo. I'll definitely add this feature, as I think it would be very useful!

@glasnt glasnt reopened this May 10, 2018
@skidzo
Copy link
Author

skidzo commented May 10, 2018

Great! I was also thinking that SVG output could be a nice feature.
also I would really like to see this as an app for android...

glasnt added a commit to glasnt/ih that referenced this issue Apr 19, 2019
@glasnt
Copy link
Owner

glasnt commented May 1, 2019

gridlines are now available as --guidelines on ih, the successor to this project.

@glasnt glasnt closed this as completed May 1, 2019
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