diff --git a/js-api/src/api/grok_api.g.ts b/js-api/src/api/grok_api.g.ts index e17749e87a..6c982ac816 100644 --- a/js-api/src/api/grok_api.g.ts +++ b/js-api/src/api/grok_api.g.ts @@ -1601,10 +1601,13 @@ export interface IDartApi { grok_FuncOptions_Create(): any; grok_FuncParamOptions_Create(): any; - // Generated from ../d4\lib\src\common\common.api.g.dart + // Generated from ../d4/lib/src/common/common.api.g.dart grok_UsageType_Create(): any; - // Generated from ../d4\lib\src\grid\grid.api.g.dart + // Generated from ../d4/lib/src/widgets/widgets.api.g.dart + grok_InputType_Create(): any; + + // Generated from ../d4/lib/src/grid/grid.api.g.dart grok_GridCellStyle_Create(): any; grok_GridCellStyle_Get_defaultStyle(): any; grok_GridCellStyle_Set_defaultStyle(v: any): any; @@ -1654,7 +1657,7 @@ export interface IDartApi { grok_GridCellStyle_Set_choices(x: any, v: any): any; grok_renderMultipleHistograms(g: any, bounds: any, histograms: any, categoryColumn: any, colors: any, tension: Num, normalize: Bool, markerSize: Num, fill: Bool, minBin: Num, maxBin: Num, localMaximum: Bool, highlightedHistogram: Num): any; - // Generated from ../d4\lib\src\viewer_base\viewer_base.api.g.dart + // Generated from ../d4/lib/src/viewer_base/viewer_base.api.g.dart grok_ViewerEvent_Create(): any; grok_ViewerEvent_Get_viewer(x: any): any; grok_ViewerEvent_Set_viewer(x: any, v: any): any; @@ -1669,7 +1672,4 @@ export interface IDartApi { grok_ViewerEvent_Get_mouseEvent(x: any): any; grok_ViewerEvent_Set_mouseEvent(x: any, v: any): any; grok_ViewerEvent_Get_bitset(x: any): any; - - // Generated from ../d4\lib\src\widgets\widgets.api.g.dart - grok_InputType_Create(): any; } \ No newline at end of file diff --git a/js-api/src/interfaces/d4.ts b/js-api/src/interfaces/d4.ts index 78f4a599c6..9391b40ce6 100644 --- a/js-api/src/interfaces/d4.ts +++ b/js-api/src/interfaces/d4.ts @@ -425,7 +425,7 @@ export interface IScatterPlotSettings { markerType: string; - // -1 default - automatic sizing based on current dataframe + // By default - automatic sizing based on current dataframe markerDefaultSize: number; markerOpacity: number;