Walker

Results 23 comments of Walker

请检查你的容器高度

> @HandsomeButterball, what do you think about [html-to-image](https://github.com/bubkoo/html-to-image) library? If it's ok for you, I'd like to contribute on replacing `html-to-canvas`. It has a better CSS support and allows to...

Issue has not been active for a long time, closed

> I have the same issue. It seems the GanttDate class doesn't provide any entry points to set date-fns locale option (https://date-fns.org/v2.0.0-alpha.26/docs/Locale). So my week numbering is not ISO, some...

``` @ViewChild('gantt') ganttComponent: NgxGanttComponent; this.ganttComponent.rerenderView(); ```

you can set custom toolbar template ``` CustomView ```

我确认这是个Bug,我们尽快修复

I think the customized view can solve your problem for reference example: http://gantt.ngnice.com/components/custom-view https://github.com/worktile/ngx-gantt/tree/master/example/src/app/gantt-custom-view Because the minimum unit before is day, the dragging of the minute view may be affected,...