|
@@ -4,34 +4,34 @@
|
|
|
* @Author: qianlishi
|
|
|
* @Date: 2021-08-29 07:46:46
|
|
|
* @LastEditors: qianlishi
|
|
|
- * @LastEditTime: 2021-08-29 07:54:41
|
|
|
+ * @LastEditTime: 2021-09-28 13:33:47
|
|
|
*/
|
|
|
|
|
|
-import { widgetText } from "./componentsJSON/widget-text"
|
|
|
-import { widgetMarquee } from "./componentsJSON/widget-marquee"
|
|
|
-import { widgetHref } from "./componentsJSON/widget-href"
|
|
|
-import { widgetTime } from "./componentsJSON/widget-time"
|
|
|
-import { widgetImage } from "./componentsJSON/widget-image"
|
|
|
-import { widgetSliders } from "./componentsJSON/widget-slider"
|
|
|
-import { widgetVideo } from "./componentsJSON/widget-video"
|
|
|
-import { widgetTable } from "./componentsJSON/widget-table"
|
|
|
-import { widgetIframe } from "./componentsJSON/widget-iframe"
|
|
|
-import { widgetUniversal } from "./componentsJSON/widget-universal"
|
|
|
-import { widgetBarchart } from "./componentsJSON/widget-barchart"
|
|
|
-import { widgetGradientBarchart } from "./componentsJSON/widget-gradient-barchart"
|
|
|
-import { widgetLinechart } from "./componentsJSON/widget-linechart"
|
|
|
-import { widgetBarlinechart } from "./componentsJSON/widget-barlinechart"
|
|
|
-import { widgetPiechart } from "./componentsJSON/widget-piechart"
|
|
|
-import { widgetFunnel } from "./componentsJSON/widget-funnel"
|
|
|
-import { widgetGauge } from "./componentsJSON/widget-gauge"
|
|
|
-import { widgetMap } from "./componentsJSON/widget-map"
|
|
|
-import { WidgetPieNightingale } from "./componentsJSON/widget-pie-nightingale"
|
|
|
-import { widgetPiePercentage } from "./componentsJSON/widget-pie-percentage"
|
|
|
-import { widgetAirbubbleMap } from "./componentsJSON/widget-airbubble-map"
|
|
|
-import { widgetBarStack } from "./componentsJSON/widget-bar-stack"
|
|
|
-import { widgetLineStack } from "./componentsJSON/widget-line-stack"
|
|
|
-import { widgetBarCompare } from "./componentsJSON/widget-bar-compare"
|
|
|
-import { widgetLineCompare } from "./componentsJSON/widget-line-compare"
|
|
|
+import { widgetText } from "./echartsConfigJson/widget-text"
|
|
|
+import { widgetMarquee } from "./echartsConfigJson/widget-marquee"
|
|
|
+import { widgetHref } from "./echartsConfigJson/widget-href"
|
|
|
+import { widgetTime } from "./echartsConfigJson/widget-time"
|
|
|
+import { widgetImage } from "./echartsConfigJson/widget-image"
|
|
|
+import { widgetSliders } from "./echartsConfigJson/widget-slider"
|
|
|
+import { widgetVideo } from "./echartsConfigJson/widget-video"
|
|
|
+import { widgetTable } from "./echartsConfigJson/widget-table"
|
|
|
+import { widgetIframe } from "./echartsConfigJson/widget-iframe"
|
|
|
+import { widgetUniversal } from "./echartsConfigJson/widget-universal"
|
|
|
+import { widgetBarchart } from "./echartsConfigJson/widget-barchart"
|
|
|
+import { widgetGradientBarchart } from "./echartsConfigJson/widget-gradient-barchart"
|
|
|
+import { widgetLinechart } from "./echartsConfigJson/widget-linechart"
|
|
|
+import { widgetBarlinechart } from "./echartsConfigJson/widget-barlinechart"
|
|
|
+import { widgetPiechart } from "./echartsConfigJson/widget-piechart"
|
|
|
+import { widgetFunnel } from "./echartsConfigJson/widget-funnel"
|
|
|
+import { widgetGauge } from "./echartsConfigJson/widget-gauge"
|
|
|
+import { widgetMap } from "./echartsConfigJson/widget-map"
|
|
|
+import { WidgetPieNightingale } from "./echartsConfigJson/widget-pie-nightingale"
|
|
|
+import { widgetPiePercentage } from "./echartsConfigJson/widget-pie-percentage"
|
|
|
+import { widgetAirbubbleMap } from "./echartsConfigJson/widget-airbubble-map"
|
|
|
+import { widgetBarStack } from "./echartsConfigJson/widget-bar-stack"
|
|
|
+import { widgetLineStack } from "./echartsConfigJson/widget-line-stack"
|
|
|
+import { widgetBarCompare } from "./echartsConfigJson/widget-bar-compare"
|
|
|
+import { widgetLineCompare } from "./echartsConfigJson/widget-line-compare"
|
|
|
|
|
|
export const widgetTool = [
|
|
|
// type=html类型的组件
|