Walker

Results 23 comments of Walker

What is your angular version? Can you provide a demo?

Could you tell me how you use it? I'll try to reproduce him.

> How can we change the view format to time showing 24 hours, looks like that view is not supported, can you give some hint on changing the core? Hello,...

> Good morning, nice library!! I checked the demos and I saw that I can drag in the same row, but It is possible to drag between rows? There is...

I reproduced the problem, It will be solved as soon as possible.

我没有理解 `x滚动条使用键盘向左键可以一直滚动` 这个问题,正常Gantt会有一个默认的最大最小时间的显示范围(不同的视图不同)并且可以自定义,不会无止境的可以滚动 数据显示的问题是因为你传入的时间戳是13位时间戳,而ngx-gantt目前只支持10位的时间戳,这块我会在文档中加以补充说明

You can configure `dateFormat` to implement language change // example : ``` import { GANTT_GLOBAL_CONFIG } from 'ngx-gantt'; @NgModule({ providers: [ { provide: GANTT_GLOBAL_CONFIG, useValue: { dateFormat: { yearQuarter: `QQQ...

> @walkerkay Tank you, last question: How changing locale globally? Time zone ? ngx-gantt data uses timestamp. If you need to show the time, you need to use some pipes...

Currently not possible, i have another idea,you can try using a custom view. You can try PrimaryDatePoints to display both year and week, and secondaryDatePoints to display both week and...