mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
路线图结构调整
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* @LastEditors: qianlishi
|
||||
* @LastEditTime: 2021-09-28 14:17:20
|
||||
*/
|
||||
export const widgetMap = {
|
||||
code: 'widget-map',
|
||||
export const widgetLineMap = {
|
||||
code: 'widgetLineMap',
|
||||
type: 'chart',
|
||||
label: '路线地图',
|
||||
icon: 'iconzhongguoditu',
|
||||
@@ -24,7 +24,7 @@ import {widgetBarlinechart} from "./configure/widget-barlinechart"
|
||||
import {widgetPiechart} from "./configure/widget-piechart"
|
||||
import {widgetFunnel} from "./configure/widget-funnel"
|
||||
import {widgetGauge} from "./configure/widget-gauge"
|
||||
import {widgetMap} from "./configure/widget-map"
|
||||
import {widgetLineMap} from "./configure/widget-line-map"
|
||||
import {widgetPieNightingale} from "./configure/widget-pie-nightingale"
|
||||
import {widgetPiePercentage} from "./configure/widget-pie-percentage"
|
||||
import {widgetAirbubbleMap} from "./configure/widget-airbubble-map"
|
||||
@@ -56,7 +56,7 @@ export const widgetTool = [
|
||||
widgetPiechart,
|
||||
widgetFunnel,
|
||||
widgetGauge,
|
||||
widgetMap,
|
||||
widgetLineMap,
|
||||
widgetPieNightingale,
|
||||
widgetPiePercentage,
|
||||
widgetAirbubbleMap,
|
||||
|
||||
@@ -128,7 +128,7 @@ let pointLevel = 3;
|
||||
let planePath =
|
||||
"path://M1705.06,1318.313v-89.254l-319.9-221.799l0.073-208.063c0.521-84.662-26.629-121.796-63.961-121.491c-37.332-0.305-64.482,36.829-63.961,121.491l0.073,208.063l-319.9,221.799v89.254l330.343-157.288l12.238,241.308l-134.449,92.931l0.531,42.034l175.125-42.917l175.125,42.917l0.531-42.034l-134.449-92.931l12.238-241.308L1705.06,1318.313z";
|
||||
export default {
|
||||
name: "widgetMap",
|
||||
name: "widgetLineMap",
|
||||
props: {
|
||||
value: Object,
|
||||
ispreview: Boolean
|
||||
|
||||
@@ -28,7 +28,7 @@ import WidgetFunnel from "./widgetFunnel.vue";
|
||||
import WidgetGauge from "./percent/widgetGauge.vue";
|
||||
import WidgetPieNightingaleRoseArea from "./pie/widgetPieNightingaleRose";
|
||||
import widgetTable from "./widgetTable.vue";
|
||||
import widgetMap from "./map/widgetLineMap.vue";
|
||||
import widgetLineMap from "./map/widgetLineMap.vue";
|
||||
import widgetPiePercentageChart from "./percent/widgetPiePercentageChart";
|
||||
import widgetAirBubbleMap from "./map/widgetAirBubbleMap";
|
||||
import widgetBarStackChart from "./bar/widgetBarStackChart";
|
||||
@@ -60,7 +60,7 @@ export default {
|
||||
WidgetGauge,
|
||||
WidgetPieNightingaleRoseArea,
|
||||
widgetTable,
|
||||
widgetMap,
|
||||
widgetLineMap,
|
||||
widgetPiePercentageChart,
|
||||
widgetAirBubbleMap,
|
||||
widgetBarStackChart,
|
||||
|
||||
@@ -39,7 +39,7 @@ import WidgetFunnel from "./widgetFunnel.vue";
|
||||
import WidgetGauge from "./percent/widgetGauge.vue";
|
||||
import WidgetPieNightingaleRoseArea from "./pie/widgetPieNightingaleRose";
|
||||
import widgetTable from "./widgetTable.vue";
|
||||
import widgetMap from "./map/widgetLineMap.vue";
|
||||
import widgetLineMap from "./map/widgetLineMap.vue";
|
||||
import widgetPiePercentageChart from "./percent/widgetPiePercentageChart";
|
||||
import widgetAirBubbleMap from "./map/widgetAirBubbleMap";
|
||||
import widgetBarStackChart from "./bar/widgetBarStackChart";
|
||||
@@ -71,7 +71,7 @@ export default {
|
||||
WidgetGauge,
|
||||
WidgetPieNightingaleRoseArea,
|
||||
widgetTable,
|
||||
widgetMap,
|
||||
widgetLineMap,
|
||||
widgetPiePercentageChart,
|
||||
widgetAirBubbleMap,
|
||||
widgetBarStackChart,
|
||||
|
||||
Reference in New Issue
Block a user