@deephaven/jsapi-types 1.0.0-dev0.37.5 → 1.0.0-dev0.37.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3357,7 +3357,7 @@ export namespace dh.plot {
|
|
|
3357
3357
|
export class ChartData {
|
|
3358
3358
|
constructor(table:dh.Table);
|
|
3359
3359
|
|
|
3360
|
-
update(tableData:
|
|
3360
|
+
update(tableData:dh.SubscriptionTableData):void;
|
|
3361
3361
|
getColumn(columnName:string, mappingFunc:(arg0:any)=>any, currentUpdate:dh.TableData):Array<any>;
|
|
3362
3362
|
/**
|
|
3363
3363
|
* Removes some column from the cache, avoiding extra computation on incoming events, and possibly freeing some
|