Skip to content
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

Show a chart of supply v.s. price #9

Open
polymorpher opened this issue Dec 6, 2024 · 0 comments
Open

Show a chart of supply v.s. price #9

polymorpher opened this issue Dec 6, 2024 · 0 comments

Comments

@polymorpher
Copy link

Could be in the second tab (first tab is the chart for historical price). Highchart would be a good library for that. Easiest way is to do a point plot, x-axis is the supply, y-axis is price. Get the y point values using a fixed array for x-values. Y values can be computed using bonding curve contract (read only). The current position (current supply / price) should be highlighted in the graph (with horizontal and vertical guidelines leading to the axes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant