fix: DCA detail chart reloads zoomed in

This commit is contained in:
Herculino Trotta
2024-11-12 13:46:42 -03:00
parent d48aa0da3b
commit da39fa1476
2 changed files with 38 additions and 26 deletions
@@ -4,5 +4,5 @@
{% block title %}{{ strategy.name }} :: {% translate 'Dollar Cost Average Strategy' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'dca_strategy_detail' strategy_id=strategy.id %}" hx-trigger="load, updated from:window" class="show-loading"></div>
<div hx-get="{% url 'dca_strategy_detail' strategy_id=strategy.id %}" hx-trigger="load, updated from:window" class="show-loading" id="strategy-details"></div>
{% endblock %}