We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have a setting to be able to set the width of the bars or set the space and let the bars fill the space.
See this repo for chart and code:
https://github.com/HariSekhon/Diagrams-as-Code/?tab=readme-ov-file#mermaidjs---commit-times
Code is here:
https://raw.githubusercontent.com/HariSekhon/Diagrams-as-Code/refs/heads/master/git_commit_times.mmd
These bars are looking a bit skinny:
In GNUplot code here:
https://github.com/HariSekhon/Diagrams-as-Code/blob/master/git_commit_times.gnuplot
set boxwidth 0.8 relative
results in thicker bars:
No response
The text was updated successfully, but these errors were encountered:
Can this bug be assigned to me?
Sorry, something went wrong.
No branches or pull requests
Description
Have a setting to be able to set the width of the bars or set the space and let the bars fill the space.
Steps to reproduce
See this repo for chart and code:
https://github.com/HariSekhon/Diagrams-as-Code/?tab=readme-ov-file#mermaidjs---commit-times
Code is here:
https://raw.githubusercontent.com/HariSekhon/Diagrams-as-Code/refs/heads/master/git_commit_times.mmd
Screenshots
These bars are looking a bit skinny:
Code Sample
https://raw.githubusercontent.com/HariSekhon/Diagrams-as-Code/refs/heads/master/git_commit_times.mmd
Setup
Suggested Solutions
In GNUplot code here:
https://github.com/HariSekhon/Diagrams-as-Code/blob/master/git_commit_times.gnuplot
results in thicker bars:
Additional Context
No response
The text was updated successfully, but these errors were encountered: