Commit c5acd2c6cd19e9a73253946fb2d8fed063fb5045
1 parent
222cc479
1、饼图添加过程返回自定义颜色
Showing
2 changed files
with
4 additions
and
0 deletions
src/views/bigscreenDesigner/designer/widget/temp.vue
| @@ -50,6 +50,7 @@ import widgetConicalColumnChart from "./funnel/widgetConicalColumnChart"; | @@ -50,6 +50,7 @@ import widgetConicalColumnChart from "./funnel/widgetConicalColumnChart"; | ||
| 50 | import widgetDigitalFlopSingle from "./text/widgetDigitalFlopSingle"; | 50 | import widgetDigitalFlopSingle from "./text/widgetDigitalFlopSingle"; |
| 51 | import widgetSvg from "./div/widgetSvg"; | 51 | import widgetSvg from "./div/widgetSvg"; |
| 52 | import widgetRadioPiechart from "./pie/widgetRadioPiechart"; | 52 | import widgetRadioPiechart from "./pie/widgetRadioPiechart"; |
| 53 | +import widgetHtmlSlider from "./div/widgetHtmlSlider"; | ||
| 53 | 54 | ||
| 54 | export default { | 55 | export default { |
| 55 | name: "WidgetTemp", | 56 | name: "WidgetTemp", |
| @@ -99,6 +100,7 @@ export default { | @@ -99,6 +100,7 @@ export default { | ||
| 99 | widgetDigitalFlopSingle, | 100 | widgetDigitalFlopSingle, |
| 100 | widgetSvg, | 101 | widgetSvg, |
| 101 | widgetRotateRanking, | 102 | widgetRotateRanking, |
| 103 | + widgetHtmlSlider, | ||
| 102 | }, | 104 | }, |
| 103 | model: { | 105 | model: { |
| 104 | prop: "value", | 106 | prop: "value", |
src/views/bigscreenDesigner/designer/widget/widget.vue
| @@ -61,6 +61,7 @@ import widgetConicalColumnChart from "./funnel/widgetConicalColumnChart"; | @@ -61,6 +61,7 @@ import widgetConicalColumnChart from "./funnel/widgetConicalColumnChart"; | ||
| 61 | import widgetBorderBoxFloat from "./div/widgetBorderBoxFloat"; | 61 | import widgetBorderBoxFloat from "./div/widgetBorderBoxFloat"; |
| 62 | import widgetDigitalFlopSingle from "./text/widgetDigitalFlopSingle"; | 62 | import widgetDigitalFlopSingle from "./text/widgetDigitalFlopSingle"; |
| 63 | import widgetSvg from "./div/widgetSvg"; | 63 | import widgetSvg from "./div/widgetSvg"; |
| 64 | +import widgetHtmlSlider from "./div/widgetHtmlSlider"; | ||
| 64 | export default { | 65 | export default { |
| 65 | name: "Widget", | 66 | name: "Widget", |
| 66 | components: { | 67 | components: { |
| @@ -110,6 +111,7 @@ export default { | @@ -110,6 +111,7 @@ export default { | ||
| 110 | widgetSvg, | 111 | widgetSvg, |
| 111 | widgetRotateRanking, | 112 | widgetRotateRanking, |
| 112 | widgetRadioPiechart, | 113 | widgetRadioPiechart, |
| 114 | + widgetHtmlSlider, | ||
| 113 | }, | 115 | }, |
| 114 | model: { | 116 | model: { |
| 115 | prop: "value", | 117 | prop: "value", |