Explorar o código

HPCC-25418 Timeline widget props standardized

Signed-off-by: Jaman Brundage <jbrundage372@gmail.com>
Jaman Brundage %!s(int64=4) %!d(string=hai) anos
pai
achega
3b2b1c7172
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      esp/src/src/Timings.ts

+ 2 - 0
esp/src/src/Timings.ts

@@ -405,6 +405,8 @@ export class WUTimelineEx extends WUTimeline {
 
     constructor() {
         super();
+        this._gantt.bucketHeight(16);
+        this.strokeWidth(0);
     }
 
     data(): any;