79337333

Date: 2025-01-07 21:05:07
Score: 1
Natty:
Report link

In that vein, I played a little with the monthExt, QuarterExt, and modified as below. It appears to work.

{
  "name": "monthExt",
  "update": "[data('xExt')[0]['s']-oneDay ,data('xExt')[0]['s'] + ((ganttWidth-minDayBandwidth)/minDayBandwidth)*2*oneDay]"
},
{
  "name": "quarterExt",
  "update": "[data('xExt')[0]['s']-oneDay, data('xExt')[0]['s'] + ((ganttWidth-minMonthBandwidth)/minMonthBandwidth)*1.5*oneDay]"
},
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ZoeZ