|
|
@@ -38,6 +38,7 @@ import PriceWidget from '../widgets/PriceWidget';
|
|
|
import LineChartWidget from '../widgets/LineChartWidget';
|
|
|
import BarChartWidget from '../widgets/BarChartWidget';
|
|
|
import PieChartWidget from '../widgets/PieChartWidget';
|
|
|
+import TopWidget from '../widgets/TopWidget'
|
|
|
|
|
|
export default {
|
|
|
created() {},
|
|
|
@@ -48,7 +49,8 @@ export default {
|
|
|
{ x: 0, y: 0, w: 3, h: 4, i: '2', name: 'PriceWidget' },
|
|
|
{ x: 3, y: 0, w: 3, h: 4, i: '1', name: 'NumWidget' },
|
|
|
// { x: 0, y: 12, w: 6, h: 6, i: '4', name: 'BarChartWidget' },
|
|
|
- { x: 0, y: 4, w: 6, h: 12, i: '6', name: 'PieChartWidget' }
|
|
|
+ { x: 0, y: 4, w: 6, h: 12, i: '6', name: 'PieChartWidget' },
|
|
|
+ { x: 0, y: 20, w: 12, h: 10, i: '6', name: 'TopWidget' }
|
|
|
],
|
|
|
editable: false,
|
|
|
info: {}
|
|
|
@@ -73,7 +75,8 @@ export default {
|
|
|
PriceWidget,
|
|
|
LineChartWidget,
|
|
|
BarChartWidget,
|
|
|
- PieChartWidget
|
|
|
+ PieChartWidget,
|
|
|
+ TopWidget
|
|
|
}
|
|
|
};
|
|
|
</script>
|