Mario Mol

Results 217 comments of Mario Mol

This is one of the errors i get when try to use a jsonschema: `Error jsonschema Error: Unregistered "default" with name "false"` `Error jsonschema Error: unknown type integer` thanks

any updates adding this flag with supervisord? shouldnt this be on .conf file?

Awesome! Could u provide a PR?

we can achieve this manually right? like have a button outside the gantt where you can add columns or rows in the data array, and re-render the gantt.. but would...

I did a initial work for this.. he creates the column with the add button.. now needs to properly insert in tasklist and redraw

Thats a very good suggestion! Well.. we have to have some algorithm to walk through the tasks.. check one by one.. and who doest not have a start date and...

I think this is dup to https://github.com/jsGanttImproved/jsgantt-improved/issues/253#issuecomment-529994760 right?

Makes sense, so in the day view, when the duration is less than a day, show the duration in hours. is this correct?

I see.. well.. this should not be hard to implement 1. create a new option for the gantchart will include a durationFormat. https://github.com/jsGanttImproved/jsgantt-improved/blob/master/src/options.ts#L77 2. You can make a logic here...