fancydev18

Results 8 comments of fancydev18

Probably related: setting chart items resets time from/to Use case: change time from/to to another period, load different chart items ``` this.config.chart.items = new_items; ``` will reset time to the...

The bug is deeper. If one wants to change the rows to some other values, the new rows are added to old ones. Even setting ```list.rows = {}``` doesn't clear...

That works, thanks. Note, I had to use this syntax ``` import GSTC from 'gantt-schedule-timeline-calendar' // this works // import * as Gantt from "gantt-schedule-timeline-calendar" doesn't work ``` I thought...

@gf3 Could @dbettini 's implementation be added to the library, please? Besides allowing subtracting multiple ranges, another important advantage is that it accepts multiple ranges as input too.

> i just want to be sure we've covered all the cases. with the current implementation i believe there are some cases that don't make sense Do you have something...

How to handle the usecase pointed out by @ksmithut ? > This only happens when you directly visit this url in browser. This happens every time on localhost when using...

Actually, '**' would be the wrong solution, since we don't want "/about" to be handled by the backend server. It should be handled by Vue dev server, since the cause...