@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
17 lines (16 loc) • 524 B
TypeScript
import MapboxPathChartStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/mapbox/path';
import BaseMapboxChartStore from '../store';
export default class Store extends BaseMapboxChartStore<MapboxPathChartStyleService> {
get defaultStyle(): {
bubbleStyle: {
color: any;
minSize?: number;
maxSize?: number;
};
lineStyle: {
color: any;
width?: number;
bubbleSize?: number;
};
};
}