gantt icon indicating copy to clipboard operation
gantt copied to clipboard

Padding Options, Disable dragging & progress option, disable labels option, highligh today and weekend dates option

Open neomaximus2k opened this issue 2 years ago • 2 comments

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

neomaximus2k avatar Jan 16 '23 11:01 neomaximus2k

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.

renshul avatar Mar 09 '23 11:03 renshul

I would love the weekend highlights as well. If there anything i can do to help get this PR in?

ekampp avatar Jun 10 '23 19:06 ekampp

Thank you - this has been integrated in #393

safwansamsudeen avatar Apr 07 '24 22:04 safwansamsudeen