Commit Graph

90 Commits

Author SHA1 Message Date
7eaedf0f9a Swap to v2 of current API
(cherry picked from commit fa058cc64e)
2024-12-01 18:23:30 -08:00
5f9e3462ae Fix live prices being added to the chart with incorrect price
(cherry picked from commit ef95388185)
2024-12-01 18:19:04 -08:00
13ed6dfdce Dependency updates
(cherry picked from commit ad069cb7bf)
2024-10-21 19:59:39 -07:00
b8d11b3815 Remove unused aggregate function toggle
(cherry picked from commit 367b767f52)
2024-10-21 19:59:34 -07:00
2e020633b5 Flip high and low sections
This is more in line with how English reads, left to right, low to high

(cherry picked from commit c9e14e265f)
2024-10-21 19:59:29 -07:00
d07eec1cf0 Adds a high and low price data callout
(cherry picked from commit 5abf6fe132)
2024-10-21 19:59:14 -07:00
de6621e81c Fix late updates to chart
(cherry picked from commit 487bb86a29)
2024-10-21 19:56:51 -07:00
7a17bb8821 Start the process of splitting JS files
I am a JS noob so this is probably poorly thought out. But it is a wip and I dont really care about the quality, just more the learning experience.

(cherry picked from commit a51d3f8d7b)
2024-10-21 19:53:52 -07:00
f207e36ccd Remove advanced region options for now.
It may come back later, but it's kinda confusing just being disabled

(cherry picked from commit 27eb2ccb45)
2024-10-21 19:48:19 -07:00
9ac97425c7 Make time and cost delineation more apparent
(cherry picked from commit 1e0b4a0a1f)
2024-04-25 00:18:47 -07:00
f7a27f9350 Enabled the option to start Y at zero
(cherry picked from commit 17ffbc3db1)
2024-04-24 23:54:53 -07:00
4c77828d5a Adjust all legend for classic since there is less data 2024-04-12 05:29:54 -07:00
50787c1d83 Change the timescale legend to be more readable instead of dense
(cherry picked from commit 0c9e7ed183)
2024-04-12 05:28:30 -07:00
09ec5f0d4d Change logs to warnings, since that's what they really are
(cherry picked from commit 4a7c03307d)
2024-04-12 05:08:39 -07:00
36ba83d9be Increase font size and brightness for better contrast
(cherry picked from commit 0e40f403e4)
2024-04-12 05:08:34 -07:00
8f6cbbc75d Fix bad merge from cherry-pick of main 2023-10-15 01:35:26 -07:00
354381936d Changes to advanced options and styling in prep for future work 2023-10-15 01:27:40 -07:00
214910aa25 Remove Cash dependency, refactor event registration
(cherry picked from commit 8cd9a2ddeb)
2023-10-15 01:19:47 -07:00
ac12a9c55d Update dependencies
(cherry picked from commit 702ca8c4d3)
2023-10-15 01:18:30 -07:00
fa21b50b28 Remove weekly aggregation options for now 2023-06-05 19:46:47 -07:00
ae789181f4 Enable 1 month 2023-06-05 19:17:10 -07:00
a1b1dc63ff Remove extraneous time selections, enable 14d 2023-05-30 03:49:54 -07:00
249f9e281f Textual updates 2023-05-23 19:14:30 -07:00
bda9edf3df Bump node version 2023-05-23 18:27:53 -07:00
e090a93605 Initial branch and changes for Classic token 2023-05-23 18:19:06 -07:00
86555f5983 Fix non-minimized JS 2023-05-21 06:54:25 -07:00
aab8a9cd12 Move to using hashed CSS files too 2023-05-20 03:02:08 -07:00
7df594f22a Add ability to generate deeplinks URL for chart 2023-05-06 16:50:55 -07:00
be4678eab1 Use hashed bundle name for better caching and invalidation 2023-05-06 15:43:36 -07:00
5c80316d89 Version bump packages 2023-05-06 14:43:31 -07:00
69cd58e487 Bump node build version to match new AWS Builder 2023-03-04 15:50:48 -08:00
4ce5481fd0 Correct build rule to include production mode
Not that it wasn't building in production before, but this means it no longer warns it's using the default values
2023-03-04 15:48:02 -08:00
25e9353f22 Add aggregate to URL params and bug fixes 2023-03-04 15:47:06 -08:00
543b9ba9d2 Added new aggregate functions feature 2023-02-19 17:44:59 -08:00
71b38778f1 Added 'details' sections to provide more information about the site 2023-02-12 03:01:03 -08:00
6379803a45 Made the external data requests parallel 2023-02-09 00:17:35 -08:00
11a3fd7fff Adjusted selection dropdowns to be more compact 2023-02-09 00:17:13 -08:00
e0b6ea9f8e Added devel webpack build job 2023-02-09 00:16:27 -08:00
b92f24739b Update About and Source to point at new landing page 2022-12-11 17:06:51 -08:00
23ca3cbcef Syles loader to no take mess with content-paint 2022-12-11 16:01:38 -08:00
30f72f91ac Added CSS 'loader' animation 2022-12-11 15:53:13 -08:00
efc8a0d83f General syntactical cleanup 2022-12-11 14:15:13 -08:00
e6c1f2237f Swap back to cached history URL
The uncached 'next' endpoint made it into pushed code accidentally. I should really come up with a way to prevent that from happening - though /next/[path] is less bad then what I was doing before (referencing Lambda URLs directly
2022-11-27 16:47:12 -08:00
f40f4827d0 Add a 2 year selection
This was actually commited accidentally with the last push, but this allows you to chose that from the URL query option
2022-11-27 16:33:14 -08:00
0d59dc046d Update 30 day selection to source from Dynamo 2022-11-27 16:30:02 -08:00
1bc79ab74b Second round at the efficient chart updater 2022-11-26 02:32:41 -08:00
6b5419b657 Updated interact methodology
Before, seeing exactly what number was on the chart required you to hover you mouse on the point exactly. Now, you can hover anywhere on the chart and it will tell you the the point closest to your mouse
2022-11-26 02:15:10 -08:00
dbb895c32c Initial implementation of efficient chart updater 2022-11-26 02:10:34 -08:00
36e8524d5d Update dependancies 2022-11-26 02:08:18 -08:00
3206da96dc Fix new link to blog 2022-11-26 01:47:43 -08:00