Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date. ```mermaid gantt tickInterval 1day axisFormat ...
Answer
#4: Post edited
As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date. Scroll to the right to see the label text.- ````
- ```mermaid
- gantt
- tickInterval 1day
- axisFormat %d %b
- dateFormat DD-MM
- TUG :a2, 19-07, 3d
- ```
````
- As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date.
- ````
- ```mermaid
- gantt
- tickInterval 1day
- axisFormat %d %b
- dateFormat DD-MM
- TUG :a2, 19-07, 3d
- ```
- ````
- (if your screen is very small, scroll to the right to see the label text)
#3: Post edited
As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date:- ````
- ```mermaid
- gantt
- tickInterval 1day
- axisFormat %d %b
- dateFormat DD-MM
- TUG :a2, 19-07, 3d
- ```
- ````
- As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date. Scroll to the right to see the label text.
- ````
- ```mermaid
- gantt
- tickInterval 1day
- axisFormat %d %b
- dateFormat DD-MM
- TUG :a2, 19-07, 3d
- ```
- ````
#2: Post edited
As a quick and very dirty hack, one could stick some invisible characters, like em-spaces, in front of the date:- ````
- ```mermaid
- gantt
- tickInterval 1day
- axisFormat %d %b
- dateFormat DD-MM
- TUG :a2, 19-07, 3d
- ```
- ````
- As a quick and very dirty hack, one could stick some invisible characters, like em-spaces (U+2003), in front of the date:
- ````
- ```mermaid
- gantt
- tickInterval 1day
- axisFormat %d %b
- dateFormat DD-MM
- TUG :a2, 19-07, 3d
- ```
- ````