-
Notifications
You must be signed in to change notification settings - Fork 74
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
[ᚬmaster] Add more statistic charts #428
Conversation
duanyytop
commented
Dec 4, 2019
•
edited
Loading
edited
- Add statistic data structure and http service
- Create single page for every statistic data
- Transaction count chart
- Addresses count
- Total dao deposit
- Diffculty and Hash Rate
- Difficulty and Uncle Rate
- Cell count (Live Cell and Dead Cell)
- Create chart cards page
- render charts
- add loading for charts with cards
@@ -88,6 +88,7 @@ const getOption = (statisticCellCounts: State.StatisticCellCount[], isThumbnail | |||
{ | |||
name: i18n.t('statistic.live_cell'), | |||
type: 'line', | |||
stack: '总量', |
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.
Is the chart displayed only in Chinese?
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.
The Echarts example gave me a mistake and this value is just same between series of chart option.
I updated to cell_count
to understand more easily. da9b614
Please resolve the conflict. |
fc92ed3
to
0012e65
Compare
Fixed. |
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.
please wait for the backend code to be deployed