Gantt Chart SVG

@NicolasB It can be done with some clever Encoding.

Substitute “&“ with “%26“ on final SVG code and also ““““ with “%22“.

“”“” is double quotes… I. E name column having string (Hello “Ola”)

3 Likes