[Gantt] How to remove the weekends from quarterly printscale?

0 votes
asked Feb 24, 2022 in Question / help by Lora
Currently, when using a quarterly printscale it keeps the weekends and this results in a tiny grid, dashed line around the progress bar and an overall "patchy" look of zoomed out big diagrams.

Example:

//www.plantuml.com/plantuml/png/ZPD1ReCm44NtSugv02g1D6cgDCe1kkWYEvI5WGcXTUrqFAY9nE5he5AHqvGY2w7H_-z_3DuwKIoLCY80nxeaF5WhkJt3iyf9ExG63pKxmSBgvjsWCYLoNHq5bQuhGoK0dBWsuWgb2JyQZoFM5tXX-qg5O1_WC8cJ98fdVe5Jqd2fBgYOiD3MUOXhJ321NIqUY3jo0f3DzjUalWoPif_DetWLfSEiTbrTsp3vPuEdXa-Q84i2HXeoajkCdEsd0JcImIpTZnopv1-E-O_3XowYD9vot8yT4ndPOdfpRY8iArCHPCjfHbWyP0pD7_PNiRzvAYRorLT1x7AwUe00JPKNG_k4VdM_2xRGhdDLl3qENtw3tRM-wqQRralE8qc_XLUACMHukpybNPCR45_jko1i_Rq_Qby0

How can I remove the weekends, or at least avoid the grid and the dashed lines?

Why do the colours in the legend display in png file, but not in svg?

1 Answer

0 votes
answered Feb 24, 2022 by The-Lu (64,760 points)

Hello L.,

You can use

<style>
ganttDiagram {
  closed {
    BackgroundColor transparent
  }
}
</style>

As:

But there are some ripples... @PlantUML team: to put on the long todo list...

See also doc. here:

For SVG issue, see:

Regards.

...