From 9f64086d51e3a5ea8c2dce3b410a3e59b965c446 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Wed, 30 Mar 2022 15:21:39 +0800 Subject: [PATCH] fix config --- src/components/Graph.vue | 25 ++++++++++++++++--- .../configuration/widget/metric/Standard.vue | 9 +++---- src/views/dashboard/graphs/Card.vue | 12 +++------ 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index e70b7a1d..f3fbff6d 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -13,10 +13,23 @@ 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. -->