From 6ce7265d3e40e77c5f4b27c170d1f8efc45b968f Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Wed, 5 Jan 2022 13:58:29 +0800 Subject: [PATCH] feat: update graphs --- src/components/Graph.vue | 21 ++++++++----- src/locales/lang/en.ts | 4 ++- src/locales/lang/zh.ts | 2 ++ .../dashboard/configuration/WidgetConfig.vue | 11 ++++--- src/views/dashboard/graphs/Bar.vue | 31 ++++++++++++------- src/views/dashboard/graphs/Line.vue | 2 +- 6 files changed, 46 insertions(+), 25 deletions(-) diff --git a/src/components/Graph.vue b/src/components/Graph.vue index 01b0eef3..8734626d 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -13,7 +13,7 @@ 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. -->