diff options
author | mat <github@matdoes.dev> | 2022-05-18 17:24:56 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-05-18 17:24:56 +0000 |
commit | f1c9ccfa043210d8fffdb7a992241177e37a73d6 (patch) | |
tree | e825c70c08182422f1359503bba99b75899d767e | |
parent | ad02f4a34923bf2819504568351fac23cd2c1dcc (diff) | |
download | skyblock-stats-f1c9ccfa043210d8fffdb7a992241177e37a73d6.tar.gz skyblock-stats-f1c9ccfa043210d8fffdb7a992241177e37a73d6.tar.bz2 skyblock-stats-f1c9ccfa043210d8fffdb7a992241177e37a73d6.zip |
improve grid lines
-rw-r--r-- | src/lib/AuctionPriceScatterplot.svelte | 2 | ||||
-rw-r--r-- | src/lib/api.ts | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/AuctionPriceScatterplot.svelte b/src/lib/AuctionPriceScatterplot.svelte index d01349c..35ef103 100644 --- a/src/lib/AuctionPriceScatterplot.svelte +++ b/src/lib/AuctionPriceScatterplot.svelte @@ -79,7 +79,7 @@ y="100%" > <path - d="M {gridWidth} 0 L 0 0 0 {gridHeight}" + d="M {gridWidth} {gridHeight} L 0 {gridHeight} 0 0" fill="none" stroke="#fff2" stroke-width="1" diff --git a/src/lib/api.ts b/src/lib/api.ts index 9152370..1721d01 100644 --- a/src/lib/api.ts +++ b/src/lib/api.ts @@ -1,4 +1,3 @@ // the trailing slash is required export const API_URL = 'https://skyblock-api.matdoes.dev/' // export const API_URL = 'http://localhost:8080/' -// export const API_URL = 'https://8080-skyblocksta-skyblockapi-gef4h4mxokc.ws-us45.gitpod.io/' |