import { GisChartStyle } from '@shujujiang/schemas/widget/style'; import { MapLine, lineBubble, LineMapLabel } from '../../map/linemap/style'; import { GisGeo } from '../bubblegis/style'; export declare class Style extends GisChartStyle { /** * 地图设置 * @title 地图 * @order 70 */ gis: GisGeo; /** * 线条样式 * @title 线 * @order 80 */ line?: MapLine; /** * 气泡设置 * @title 气泡 * @order 80 */ bubble?: lineBubble; /** * 数据点标签 * @title 标签 * @order 110 */ label: LineMapLabel; }