gantt
gantt copied to clipboard
Padding Options, Disable dragging & progress option, disable labels option, highligh today and weekend dates option
Added:
-
padding
option removed -
padding_bottom
option added, this alters the whitespace at the bottom of the SVG -
padding_bar_top
option added, this allows setting a padding to the row from the top of the bar to the top of the row -
padding_bar_bottom
option added, this allows setting a padding to the row from the bottom of the bar to the bottom of the row -
allow_dragging
option added, this disables/enables the dragging of bars -
allow_progress_update
option added, this disables/enables the dragging of the progress on the bar -
draw_labels
option added, this disabled/enables the drawing of the task name on the bar. -
show_today_highlight
option added, this disables/enables the drawing of the today bar -
show_saturday_highlight
option added, this disables/enabled the drawing of a highlight bar for Saturday dates -
show_sunday_highlights
option added, this disables/enabled the drawing of a highlight bar for Sunday dates
It looks like you're checking for this.allow_progress_update
in bind_bar_progress()
. This should be this.options.allow_progress_update
I think.
I would love the weekend highlights as well. If there anything i can do to help get this PR in?
Thank you - this has been integrated in #393