mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
update
This commit is contained in:
parent
e7c98dca29
commit
e1a3c5e284
@ -33,6 +33,7 @@ limitations under the License. -->
|
|||||||
>
|
>
|
||||||
{{ t(i.scope.toLowerCase()) }}
|
{{ t(i.scope.toLowerCase()) }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="ml-10">{{ i.snapshot.expression }}</div>
|
||||||
<div class="mini-chart">
|
<div class="mini-chart">
|
||||||
<Line
|
<Line
|
||||||
:data="handleMetrics(i.snapshot)"
|
:data="handleMetrics(i.snapshot)"
|
||||||
|
@ -13,9 +13,7 @@ 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>
|
||||||
<div class="snapshot-charts">
|
<Graph :option="option" @select="clickEvent" />
|
||||||
<Graph :option="option" @select="clickEvent" />
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { computed } from "vue";
|
import { computed } from "vue";
|
||||||
|
@ -13,13 +13,12 @@ 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>
|
||||||
<div class="snapshot flex-v">
|
<LineChart
|
||||||
<LineChart
|
class="snapshot flex-v"
|
||||||
:intervalTime="appStore.intervalTime"
|
:intervalTime="appStore.intervalTime"
|
||||||
:data="metrics"
|
:data="metrics"
|
||||||
:style="{ width: `800px`, height: `${metrics.length * 300}px` }"
|
:style="{ width: `800px`, height: `${metrics.length * 300}px` }"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</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