kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
11 lines (10 loc) • 1.58 kB
TypeScript
import { Datasets } from '@kepler.gl/table';
import { Layer } from '@kepler.gl/layers';
import { Dispatch } from 'redux';
export declare function getEchartsTools(datasets: Datasets, layers: Layer[], dispatch: Dispatch): {
boxplotTool: import("@openassistant/utils").ExtendedTool<import("@openassistant/plots").BoxplotToolArgs, import("@openassistant/plots").BoxplotLlmResult, import("@openassistant/plots").BoxplotAdditionalData, import("@openassistant/plots").EChartsToolContext>;
bubbleChartTool: import("@openassistant/utils").ExtendedTool<import("@openassistant/plots").BubbleChartToolArgs, import("@openassistant/plots").BubbleChartLlmResult, import("@openassistant/plots").BubbleChartAdditionalData, import("@openassistant/plots").EChartsToolContext>;
histogramTool: import("@openassistant/utils").ExtendedTool<import("@openassistant/plots").HistogramToolArgs, import("@openassistant/plots").HistogramLlmResult, import("@openassistant/plots").HistogramAdditionalData, import("@openassistant/plots").EChartsToolContext>;
pcpTool: import("@openassistant/utils").ExtendedTool<import("@openassistant/plots").PCPFunctionArgs, import("@openassistant/plots").PCPLlmResult, import("@openassistant/plots").PCPAdditionalData, import("@openassistant/plots").EChartsToolContext>;
scatterplotTool: import("@openassistant/utils").ExtendedTool<import("@openassistant/plots").ScatterplotFunctionArgs, import("@openassistant/plots").ScatterplotLlmResult, import("@openassistant/plots").ScatterplotAdditionalData, import("@openassistant/plots").EChartsToolContext>;
};