mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 18:11:55 +00:00
fix the snapshot charts
This commit is contained in:
parent
35a1ff9b24
commit
cb3cf9e88b
@ -13,11 +13,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License. -->
|
limitations under the License. -->
|
||||||
<template>
|
<template>
|
||||||
<LineChart
|
<div :style="{ width: `800px`, height: `${metrics.length * 300}px` }">
|
||||||
:intervalTime="appStore.intervalTime"
|
<LineChart :intervalTime="appStore.intervalTime" :data="metrics" />
|
||||||
:data="metrics"
|
</div>
|
||||||
:style="{ width: `800px`, height: `${metrics.length * 300}px` }"
|
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { computed } from "vue";
|
import { computed } from "vue";
|
||||||
|
Loading…
Reference in New Issue
Block a user