Merge branch 'dev' of https://git.mesalab.cn/cyber-narrator/cn-ui into dev
This commit is contained in:
@@ -49,15 +49,6 @@
|
|||||||
:entity="entity"
|
:entity="entity"
|
||||||
></ip-basic-info>
|
></ip-basic-info>
|
||||||
|
|
||||||
<chart-echart-line
|
|
||||||
v-else-if="isEchartsLine"
|
|
||||||
:chart-info="chartInfo"
|
|
||||||
:chart-data="chartData"
|
|
||||||
:result-type="resultType"
|
|
||||||
:query-params="queryParams"
|
|
||||||
@showLoading="showLoading"
|
|
||||||
></chart-echart-line>
|
|
||||||
|
|
||||||
<chart-time-bar
|
<chart-time-bar
|
||||||
v-else-if="isEchartsTimeBar"
|
v-else-if="isEchartsTimeBar"
|
||||||
:chart-info="chartInfo"
|
:chart-info="chartInfo"
|
||||||
@@ -145,6 +136,22 @@
|
|||||||
:entity="entity"
|
:entity="entity"
|
||||||
></chart-san-key>
|
></chart-san-key>
|
||||||
|
|
||||||
|
<chart-echart-line
|
||||||
|
v-else-if="isEchartsLine"
|
||||||
|
:chart-info="chartInfo"
|
||||||
|
:chart-data="chartData"
|
||||||
|
:result-type="resultType"
|
||||||
|
@showLoading="showLoading"
|
||||||
|
></chart-echart-line>
|
||||||
|
|
||||||
|
<chart-echart-with-statistics
|
||||||
|
v-else-if="isEchartsWithStatistics"
|
||||||
|
:chart-info="chartInfo"
|
||||||
|
:chart-data="chartData"
|
||||||
|
:result-type="resultType"
|
||||||
|
@showLoading="showLoading"
|
||||||
|
></chart-echart-with-statistics>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -159,6 +166,7 @@ import ChartBlock from '@/views/charts/charts/ChartBlock'
|
|||||||
import ChartGroup from '@/views/charts/charts/ChartGroup'
|
import ChartGroup from '@/views/charts/charts/ChartGroup'
|
||||||
import IpBasicInfo from '@/views/charts/charts/IpBasicInfo'
|
import IpBasicInfo from '@/views/charts/charts/IpBasicInfo'
|
||||||
import ChartEchartLine from '@/views/charts/charts/ChartEchartLine'
|
import ChartEchartLine from '@/views/charts/charts/ChartEchartLine'
|
||||||
|
import ChartEchartWithStatistics from '@/views/charts/charts/ChartEchartWithStatistics'
|
||||||
import ChartActiveIpTable from '@/views/charts/charts/ChartActiveIpTable'
|
import ChartActiveIpTable from '@/views/charts/charts/ChartActiveIpTable'
|
||||||
import ChartTimeBar from './charts/ChartTimeBar'
|
import ChartTimeBar from './charts/ChartTimeBar'
|
||||||
import ChartCategoryBar from './charts/ChartCategoryBar'
|
import ChartCategoryBar from './charts/ChartCategoryBar'
|
||||||
@@ -227,7 +235,8 @@ export default {
|
|||||||
ChartCategoryBar,
|
ChartCategoryBar,
|
||||||
ChartIpOpenPortBar,
|
ChartIpOpenPortBar,
|
||||||
ChartRelationShip,
|
ChartRelationShip,
|
||||||
ChartGroup
|
ChartGroup,
|
||||||
|
ChartEchartWithStatistics
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
chartInfo: Object,
|
chartInfo: Object,
|
||||||
|
|||||||
Reference in New Issue
Block a user