From 09ab1611830d32bdb684f8f93d5b1ec26932964c Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Thu, 30 Dec 2021 20:04:56 +0800 Subject: [PATCH] feat: create Bar component --- src/components/Graph.vue | 6 +- src/components/index.ts | 2 + src/types/events.d.ts | 29 +++++ src/views/dashboard/graphs/Bar.vue | 180 +++++++++++++++++++++++++++++ 4 files changed, 212 insertions(+), 5 deletions(-) create mode 100644 src/types/events.d.ts create mode 100644 src/views/dashboard/graphs/Bar.vue diff --git a/src/components/Graph.vue b/src/components/Graph.vue index 05bfd907..b580e315 100644 --- a/src/components/Graph.vue +++ b/src/components/Graph.vue @@ -13,11 +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. -->