mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-16 17:51:16 +02:00
refactor: translate networth page title
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load webpack_loader %}
|
{% load webpack_loader %}
|
||||||
|
|
||||||
{% block title %}Net Worth{% endblock %}
|
{% block title %}{% translate 'Net Worth' %}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container px-md-3 py-3 column-gap-5">
|
<div class="container px-md-3 py-3 column-gap-5">
|
||||||
@@ -180,6 +180,7 @@
|
|||||||
...Object.fromEntries(accounts.map((account, i) => [
|
...Object.fromEntries(accounts.map((account, i) => [
|
||||||
`y-axis-${i}`,
|
`y-axis-${i}`,
|
||||||
{
|
{
|
||||||
|
beginAtZero: true,
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
display: true,
|
display: true,
|
||||||
position: i % 2 === 0 ? 'left' : 'right',
|
position: i % 2 === 0 ? 'left' : 'right',
|
||||||
|
|||||||
Reference in New Issue
Block a user