54 Commits

Author SHA1 Message Date
Miguel Medeiros
fda579bdb3 fix: Liquid missing tooltip serie name. 2021-10-27 01:58:54 -03:00
Miguel Medeiros
93cfdea6cf Fix mempool chart tooltip at dashboard component. 2021-10-08 15:11:59 -03:00
Miguel Medeiros
b7398d8539 Fix tooltip ranges. 2021-10-08 12:42:43 -03:00
softsimon
786808ceb8 Merge pull request #862 from MiguelMedeiros/ui-tooltip-size
UI/UX: Make tooltip looks bigger on mempool fee chart.
2021-10-08 13:59:45 +04:00
Miguel Medeiros
9edce5726c Make tooltip style looks bigger 2021-10-07 16:19:57 -03:00
Miguel Medeiros
e8b2edeb0f Remove unecessary code to controle legends.
Fix order of active and inactive fee ranges.
2021-10-07 16:03:21 -03:00
Miguel Medeiros
8ed8ddabb4 Change filters to dropdown selection menu. 2021-10-07 14:20:05 -03:00
Miguel Medeiros
86b31d0ef2 Add mempool chart filtering. 2021-10-07 14:20:05 -03:00
wiz
d5e0c31fd8 Merge pull request #845 from MiguelMedeiros/add-dashed-line
Add mark line to mempool chart.
2021-10-02 05:36:09 +09: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
0e20fe65eb Remove vbytesPipe from series data. 2021-09-29 21:47:39 -03:00
Miguel Medeiros
111c7595d8 Add mark line to mempool chart. 2021-09-29 21:44:13 -03:00
Miguel Medeiros
ae6fd6ac17 Fix total percentage bar value. 2021-09-29 15:12:54 -03:00
softsimon
4c2e954e15 Merge pull request #839 from MiguelMedeiros/fix-shadowed-variable
Fix lint 'no-shadowed-variable'.
2021-09-29 17:20:39 +04:00
softsimon
b653191df3 Merge pull request #838 from MiguelMedeiros/fix-localized-numbers-mempool-charts
Fix parse numbers localized.
2021-09-29 17:16:48 +04:00
softsimon
b1db9a7395 Merge pull request #837 from MiguelMedeiros/fix-circle-dots-mempool-charts
Remove circle symbols when hovering the series.
2021-09-29 17:15:18 +04:00
Miguel Medeiros
9ccd1eed6d Fix lint 'no-shadowed-variable'. 2021-09-28 21:04:48 -03:00
Miguel Medeiros
7b44d6b354 Fix parse numbers localized. 2021-09-28 21:00:29 -03:00
Miguel Medeiros
066c4706b2 Remove circle symbols when hovering the series.
Fix selected index when hovering the series.
2021-09-28 20:13:08 -03:00
Miguel Medeiros
9461529f61 Change total sum column to fixed color. 2021-09-28 10:16:27 -03:00
Miguel Medeiros
b01d158b0b Fix the focus effect on the mempool graph. 2021-09-26 16:59:00 -03:00
Miguel Medeiros
f9b239820e Remove uncessary variable check. 2021-09-26 15:47:08 -03:00
Miguel Medeiros
8aae2b586a Fix size column order when invert mempool chart. 2021-09-26 15:39:37 -03:00
Miguel Medeiros
dad88f3dca Fix mempool chart tooltip hover selection. 2021-09-26 15:24:29 -03:00
Miguel Medeiros
7cf3d0ab53 Fix inverted tooltip when invert chart. 2021-09-26 15:17:39 -03:00
Miguel Medeiros
89894909f9 Add inverted chart feature. 2021-09-26 11:41:55 -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
ad76ef2d6e Disable mouseover legend for mobile users. 2021-09-16 17:30:13 -03:00
Miguel Medeiros
96925b695f Remove fee tier legends.
Fix tv page css.
2021-09-14 22:35:51 -03:00
Miguel Medeiros
7be31c3db0 Fix linting and unclosed html tag.
Fix no shadowed variable tslint warning.
2021-09-14 22:35:51 -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
b4ed88ce6c Change renderer to svg.
Fix data structure of mempool graph.
Change tooltip total position (top).
Change tooltip visual of partial porcentage.
2021-09-14 22:35:49 -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
softsimon
1008838e84 Make Block Weight Unit configurable in frontend+backend. 2021-07-31 17:30:35 +03:00
Miguel Medeiros
5f787c52e8 FIX unify the units css. (#499)
* FIX unify the units css.
* Fix units css font-size.
2021-05-18 18:20:17 +04:00
John Bolton
ad11ad106f Fixes mempool-graph legend off-by-one
Resolves issue #283.
2021-03-04 23:31:09 -08:00
Jonathan Underwood
6f3e27ea79 Show fee tiles on mobile 2021-03-05 11:28:59 +09:00
softsimon
c2982c0b46 Adding a button to invert the graph globally. 2020-11-16 19:27:06 +07:00
softsimon
61945c2283 Flip mempool chart by using patched chartist package by @techmix 2020-11-10 21:05:54 +07:00
softsimon
1bf8f3ba60 Fixing missing dashboard graph labels in Firefox. 2020-10-26 23:12:32 +07:00
softsimon
7e85ecb454 Removing AVG() from mysql query reducing execution time. Increasing graph data span.
fixes #106
2020-10-26 01:00:21 +07:00
softsimon
f509b6ebd4 Dashboard ux fixes. 2020-09-28 02:51:01 +07:00
softsimon
ba70347ff6 Moving fee box into a regular box. 2020-09-26 23:40:26 +07:00
softsimon
4bfaabbb5f Adding mini-graphs on dashboard. 2020-09-26 22:46:26 +07:00
softsimon
bcd75063f0 Improved graph visibility on mobile. 2020-09-23 15:49:07 +07:00
softsimon
d39b4a5c92 WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
softsimon
9a2fb1fe44 Liquid Graph fix.
Key navigation fix.
Addresses overflow fix.
Firefox float fix.
2020-05-17 17:06:09 +07:00