Lbudginas/#493 hive price chart
All threads resolved!
All threads resolved!
- Add HIVE price history chart to main page using https://developers.hive.io/apidefinitions/#market_history_api.get_market_history API
- Average daily price of HIVE was calculated by taking hive and non_hive volume into equation instead of close price, because it should give more accurate average price.
- Price is shown for last 30 days with interval of 1 day or 86400 seconds from current time.
- Min and Max values are calculated in a period of 30 days.
Merge request reports
Activity
added Review label
requested review from @mcfarhat
assigned to @lbudginas
- Resolved by Lukas Budginas
nice work @lbudginas , couple of adjustments:
- i wouldn't put the hive chart in the top center of the screen. Let's move it to the left sidebar, below the hive feed price card.
- i would have the date include the year as well in the tooltip.
removed review request for @mcfarhat
- Resolved by Lukas Budginas
A couple more changes:
- let us reorder the cards in the sidebar so that the order is: "Current Block card" (currently 2nd) becomes top card, then "Price Feed card" (currently 1st), followed by Hive price chart (the new component), followed by the rest of the existing cards (Fund and supply,...)
- Hive Price chart would become a collapsible card like the others, and it would be by default open.
removed Review label
added Doing label
added 6 commits
- 8f49534f - Change cards order and add new card for hive chart
- 1ca9af34 - Remove hive price chart from main page container
- cd0d8fc2 - Update grid to fit chart correctly on smaller screens
- c78621e0 - Create new card for hive price chart
- bd8921cf - Use theme locally to set stroke color in chart component
- 96da11f6 - Add custom style for chart card
Toggle commit listrequested review from @mcfarhat
added 19 commits
-
96da11f6...a1cd30b5 - 5 commits from branch
develop
- a1cd30b5...b45e3a63 - 4 earlier commits
- 7e390467 - Use market history chart in main page
- f70b45fe - Export chart colors from balance history chart
- 108f5f45 - Change market history chart place
- 64129136 - Add add date with year included to a tooltip
- d484b7b7 - Change cards order and add new card for hive chart
- 24d230a7 - Remove hive price chart from main page container
- 2db3adad - Update grid to fit chart correctly on smaller screens
- 624b462e - Create new card for hive price chart
- cef6fb91 - Use theme locally to set stroke color in chart component
- aa05bba0 - Add custom style for chart card
Toggle commit list-
96da11f6...a1cd30b5 - 5 commits from branch
Please register or sign in to reply