Skip to content

Commit

Permalink
chore(ui): mark places where we need to replace old charts with the n…
Browse files Browse the repository at this point in the history
…ew ones (#6623)
  • Loading branch information
SaumyaG1318 authored Jan 16, 2025
1 parent 3435e34 commit a4cf1cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/flows/Flows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
class-name="row-graph"
>
<template #default="scope">
<!-- TODO: Replace the usage of StateChart with one of the new chart components -->
<state-chart
:duration="true"
:namespace="scope.row.namespace"
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/namespace/NamespaceFlows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
class-name="row-graph"
>
<template #default="scope">
<!-- TODO: Replace the usage of StateChart with one of the new chart components -->
<state-chart
:duration="true"
:namespace="scope.row.namespace"
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/stats/StateGlobalChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<el-card :header="header" shadow="never">
<div class="state-global-charts" :class="{big: big}">
<template v-if="hasData">
<!-- TODO: Replace the usage of StateChart with one of the new chart components -->
<state-chart
v-if="ready"
:data="data"
Expand Down

0 comments on commit a4cf1cd

Please sign in to comment.