mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 11:51:57 +00:00
Fix the snapshot charts (#474)
This commit is contained in:
parent
35a1ff9b24
commit
c5e45ab97a
@ -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
|
||||
limitations under the License. -->
|
||||
<template>
|
||||
<LineChart
|
||||
:intervalTime="appStore.intervalTime"
|
||||
:data="metrics"
|
||||
:style="{ width: `800px`, height: `${metrics.length * 300}px` }"
|
||||
/>
|
||||
<div :style="{ width: `800px`, height: `${metrics.length * 300}px` }">
|
||||
<LineChart :intervalTime="appStore.intervalTime" :data="metrics" />
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { computed } from "vue";
|
||||
|
Loading…
Reference in New Issue
Block a user