From ee28683e1d9f9685da09f066ac28f6df71536e18 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Sun, 11 Feb 2024 15:03:32 +0900 Subject: [PATCH] do not show grids on mini charts --- LICENSE | 2 +- frontend/src/pages/index.astro | 4 +- go.mod | 52 ++++++------- go.sum | 137 ++++++++++++++------------------- pkg/bar_chart.go | 7 ++ pkg/line_chart.go | 7 ++ 6 files changed, 98 insertions(+), 111 deletions(-) diff --git a/LICENSE b/LICENSE index 144ae41..cbf5f82 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Tree Xie +Copyright (c) 2024 kevincobain2000 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/frontend/src/pages/index.astro b/frontend/src/pages/index.astro index cb352ef..a781fd1 100644 --- a/frontend/src/pages/index.astro +++ b/frontend/src/pages/index.astro @@ -15,8 +15,8 @@ import Footer from "@components/Footer.astro"; ---