-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add initial voltage analytics draft #1
base: main
Are you sure you want to change the base?
Conversation
Overview, Token(s), Pair(s), Pool(s) working as expected; still issues in Stake / Portfolio
still missing dialog interaction
@@ -65,31 +79,52 @@ function IndexPage() { | |||
|
|||
const [useUSD, setUseUSD] = useState(true); | |||
|
|||
const [liquidity, volume] = dayDatas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we replacing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Came up with issues when supplying the data as props to the chart: in essence I would get multiple data points per day which led to bizarre behavior in the tvl chart and multiple bars per day in the volume chart. This handles that by normalizing/aggregating data per day.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm i think let's try to minimize the code changes
Done β
In Progress π‘
Not Started π΄