Merge pull request #2166 from dataease/pr@dev@feat_marker_map

feat: dataease适配符号地图插件
This commit is contained in:
fit2cloud-chenyw
2022-04-25 13:01:37 +08:00
committed by GitHub
7 changed files with 22 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
v-if="chart.isPlugin"
:component-name="chart.type + '-view'"
:obj="{chart: mapChart || chart}"
:chart="mapChart || chart"
class="chart-class"
/>
<chart-component v-else-if="!chart.type.includes('text') && chart.type !== 'label' && !chart.type.includes('table') && renderComponent() === 'echarts'" class="chart-class" :chart="mapChart || chart" />