jsGanttImproved / jsgantt-improved

Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.
https://jsganttimproved.github.io/jsgantt-improved
Other
483 stars 249 forks source link

Configuration to change tooltip template symbol to replace #346

Open quevon24 opened 3 years ago

quevon24 commented 3 years ago

Hi, this plugin works great, but I found a problem when you use it with django and it's template system, as default django uses {{ }} to render the context into the template, but the jsgantt tooltip uses {{ }} to replace the key on tooltip template.

I think that a easy solution should be a config that allows user to put which symbol search and replace for tooltip template. So instead of using {{ and }} be able to set different symbol.

Thanks