24 Commits

Author SHA1 Message Date
Mononaut
b9189602a3 Switch remaining vb fields according to unit preference 2023-07-11 10:04:38 +09:00
softsimon
880b5f9712 Use relative import paths 2022-09-21 17:23:45 +02:00
nymkappa
2f3889914d Hide bottom axis label for mempool and incoming tx charts on widgets 2022-06-14 09:58:32 +02:00
nymkappa
60ed32ffe8 [Chart download] Add .svg to file name, fix chart background colors 2022-05-10 14:32:57 +02:00
nymkappa
5fa3769f33 Add download button on pool ranking and mempool graphs 2022-05-10 14:32:57 +02:00
nymkappa
1db1b13907 Set zlevel for all graphs series 2022-04-11 21:17:15 +09:00
nymkappa
93c2e2e9e8 Format Transaction vBytes per second (vB/s) tooltip value 2022-03-22 16:03:54 +09:00
nymkappa
c922053fec Hide 'dot' when hovering charts 2022-02-25 13:06:33 +09:00
nymkappa
64b2664ba3 Disable graph touch interaction in dashboard on mobile so we can scroll properly 2022-01-13 12:00:49 +09:00
nymkappa
7c48a3964b Mouse scroll is not capture anymore by graphs in the dashboard page 2022-01-11 12:16:09 +09:00
nymkappa
d12b1f593c Update graph tick intervals - Hide label in zoom component - Show hour on 1y graphs 2021-12-14 16:33:17 +09:00
nymkappa
dac3a912f9 Hide xaxis label overlapping - Show current day/month/year below the chart for self better self containing overview 2021-12-13 14:27:05 +09:00
nymkappa
be4c80b489 Refactor tooltip formatting into common file and switch to native js localization 2021-12-11 17:10:55 +09:00
nymkappa
b1368121f3 Apply proper datetime format according to choosen time scale and force 2h windowPreference in the dashboard 2021-12-11 15:26:59 +09:00
nymkappa
8c6c077115 Format date properly according to the chosen time scale 2021-12-09 22:29:40 +09:00
softsimon
4ba470ed39 Moving chart loading spinner to chart component
fixes #885
2021-11-19 00:10:12 +04:00
Miguel Medeiros
52c1452b32 Fix dotted line style at tx chart.
Remove dotted line from inverted mempool chart.
2021-10-01 00:35:08 -03:00
Miguel Medeiros
a386ba5cd9 Fix axis labels css.
Change series smooth to false.
 Make charts margin smaller to match box container.
2021-09-21 09:16:59 -03:00
Miguel Medeiros
4cc604c469 Move total MvB to the top.
Fix yAxis value.
Fix yAxis value.
Make disks smaller and transparent.
Change opacity on mouseover stack bars.
Add 4th column "sum of vsize" to tooltips table.
Add toggle show/hide tier fees.
Make progress active bar inline with text value.
Add a break line to the timestamp text.
Add colored progress bar with number.
2021-09-14 22:35:50 -03:00
Miguel Medeiros
2d13a765c8 Change renderer to svg. 2021-09-14 22:35:50 -03:00
Miguel Medeiros
75eccfc818 Invert the tooltip legends order.
Fix default data to title tooltip MM/dd HH:mm.
Add symbol to tx chart tooltip .
Add accumulative total for tooltip information.
Add 3th column to tooltip with a progress bar.
Add and max span zoom span.
Add feeRate limit input to mempool graph component.
Add showZoom option to mempool graph component.
Remove start animation to match the layout for future SSR.
Remove mouse wheel zoom from small template.
Fix small template style.
2021-09-14 22:35:49 -03:00
Miguel Medeiros
4d66f41c56 Add default data to title tooltip MM/dd HH:mm.
Add symbol to tx chart tooltip .
2021-09-14 22:35:48 -03:00
Miguel Medeiros
0cb27661a3 Add total sum to mempool chart.
Add zoom tools.
Add different theme for charts `big` and `small` (default).
Fix date format on mouseover.
Fix animations on graphs page.
Fix overflow tv page.
Remove `crosshair` on mouseover, changed to `line`.
Fix custom tooltip styles.
Remove inverted button (will add in a future PR).
Remove fee range labels (will add in a future PR).
Fix e2e testing.
2021-09-14 22:35:48 -03:00
Miguel Medeiros
c5831cc4e8 Add new component incoming-transactions-graph;
Refactor component mempool-graph;
Refactor component fee-distribution-graph;
Add incoming-transactions-graph to dashboard;
Add incoming-transactions-graph to statistics;
Add incoming-transactions-graph to television;
Add mempool-graph to dashboard;
Add mempool-graph to statistics;
Add mempool-graph to television;
Remove chartist.component;
2021-09-14 22:35:47 -03:00