diff --git a/app/templates/insights/fragments/category_explorer/index.html b/app/templates/insights/fragments/category_explorer/index.html index 8049821..be0641b 100644 --- a/app/templates/insights/fragments/category_explorer/index.html +++ b/app/templates/insights/fragments/category_explorer/index.html @@ -16,7 +16,7 @@ -
+
diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index df56042..438e1f3 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -24,23 +24,23 @@
@@ -49,54 +49,77 @@
@@ -110,7 +133,7 @@ class="tab" aria-label="{% trans 'Evolution' %}" id="tab-evolution" - checked="checked" /> + checked="checked"/>
@@ -121,7 +144,7 @@ role="tab" class="tab" aria-label="{% trans 'Difference' %}" - id="tab-diff" /> + id="tab-diff"/>
@@ -132,64 +155,80 @@
-
+
- -
@@ -249,6 +288,7 @@ display: true, grid: { drawOnChartArea: i === 0, + drawTicks: false, }, ticks: { display: false, @@ -313,6 +353,7 @@ position: i % 2 === 0 ? 'left' : 'right', grid: { drawOnChartArea: i === 0, + drawTicks: false, }, ticks: { display: false, @@ -365,6 +406,12 @@ }, y: { stacked: true, + border: { + display: true, + }, + grid: { + drawTicks: false, + }, ticks: { display: false, format: { @@ -372,6 +419,20 @@ minimumFractionDigits: 0 } }, + }, + y1: { + position: 'right', + display: true, + grid: { + drawOnChartArea: false, + drawTicks: false, + }, + border: { + display: true, + }, + ticks: { + display: false, + } } } }