-
Notifications
You must be signed in to change notification settings - Fork 6
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: show visualmap of contract's h24 tx count #297
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Sven-TBD please have a review |
1、Counting this '0x177b2ae15abf7e6bae568e2f32a04b928c56cc3499010970b59d4104934385f5' transaction data, there are 17 pieces of data, less than 23 pieces of data. 2024-05-08.16.45.39.mov3、If there is multiple data on the vertical axis, it is difficult to switch to other data. Only one data information can be displayed when selecting up and down. https://pudge.explorer.nervos.org/scripts#Unique%20Cell 4、 |
|
The second problem has fixed.But the first one I can't resolve it.When I refresh page, I found the echarts has load twice.First time no dataset.Please help me @Keith-CY |
src/pages/StatisticsChart/activities/ContractResourceDistributed.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Miles Zhang <[email protected]>
Signed-off-by: Miles Zhang <[email protected]>
Signed-off-by: Miles Zhang <[email protected]>
Signed-off-by: Miles Zhang <[email protected]>
Signed-off-by: Miles Zhang <[email protected]>
reference: https://stackoverflow.com/questions/61074770/why-isnt-visual-map-drawn import the visualmap library in import 'echarts/lib/component/visualMap' |
Signed-off-by: Miles Zhang <[email protected]>
LGTM |
Magickbase/ckb-explorer-public-issues#613