diff options
Diffstat (limited to 'src')
-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/' |