diff --git a/src/views/charts/PanelChartList.vue b/src/views/charts/PanelChartList.vue index c41148c2..06ba52f9 100644 --- a/src/views/charts/PanelChartList.vue +++ b/src/views/charts/PanelChartList.vue @@ -179,7 +179,7 @@ export default { anchorPoint () { return function (chart) { if (!_.isEmpty(chart.params && chart.params.anchorPoint)) { - return { 'anchor-point': chart.params.anchorPoint } + return { id: chart.params.anchorPoint } } else { return '' } diff --git a/src/views/entityExplorer/EntityDetail.vue b/src/views/entityExplorer/EntityDetail.vue index 71b0358d..4e41ba4c 100644 --- a/src/views/entityExplorer/EntityDetail.vue +++ b/src/views/entityExplorer/EntityDetail.vue @@ -6,8 +6,8 @@
-