Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarkov committed Aug 31, 2022
1 parent 7adb2d3 commit 2eab94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
</div>

<smart-gantt-chart #ganttChart id="ganttChart" (onReady)="onReady($event)" [dataSource]="dataSource" [taskColumns]="taskColumns" [resourceColumns]="resourceColumns" [treeSize]="treeSize"
[selectedIndexes]="selectedIndexes" [timelineHeaderFormatFunction]="timelineHeaderFormatFunction" [view]="view" [durationUnit]="durationUnit" [resourcePanelHeaderTemplate]="resourcePanelHeaderTemplate"
[timelineHeaderFormatFunction]="timelineHeaderFormatFunction" [view]="view" [durationUnit]="durationUnit" [resourcePanelHeaderTemplate]="resourcePanelHeaderTemplate"
[resourcePanelSize]="resourcePanelSize" [taskPanelSize]="taskPanelSize"></smart-gantt-chart>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, ViewChild, OnInit, AfterViewInit, ViewEncapsulation } from '@angular/core';
import { RadioButtonComponent, RadioButton } from '@smart-webcomponents-angular/radiobutton';
import { GanttChartComponent, GanttChartResourceTimelineView, GanttChartTaskResource, GanttChart, GanttChartResource, Smart } from '@smart-webcomponents-angular/ganttchart';
import { GanttChartComponent, GanttChartResourceTimelineView, GanttChart, GanttChartResource, Smart } from '@smart-webcomponents-angular/ganttchart';


@Component({
Expand Down

0 comments on commit 2eab94b

Please sign in to comment.