mirror of
https://github.com/FlipsideCrypto/eth_activity.git
synced 2026-02-06 10:46:46 +00:00
switched punchcard scale to log with 1.15 base
This commit is contained in:
parent
9a14d58e4d
commit
746af8f035
@ -195,7 +195,7 @@ plot_tx <- function(eoa_tx) {
|
||||
plot_ly(data,
|
||||
x = ~week,
|
||||
y = ~day,
|
||||
marker = list(size = ~NUM_TX*5,
|
||||
marker = list(size = ~log(NUM_TX + 1,base = 1.15),
|
||||
color = "#423E75",
|
||||
line = list(width = 0, color = "#423E75")
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user