Fix: add data boundaries to spectrum pan + bump cache versions

The spectrum chart was missing xMin/xMax persistence and data boundary
clamping in enablePan(). Align with the background/cps chart patterns.
Bump cache versions to force browser refresh.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Jacquin Antoine
2026-05-20 00:50:56 +02:00
parent c764a5c264
commit 6c78c13622
7 changed files with 225 additions and 23 deletions

View File

@ -84,10 +84,11 @@
</main>
<script src="/static/js/isotope_lines.js?v=3"></script>
<script src="/static/js/spectrum.js?v=6"></script>
<script src="/static/js/chart_pan.js?v=3"></script>
<script src="/static/js/spectrum.js?v=9"></script>
<script src="/static/js/history.js?v=2"></script>
<script src="/static/js/background.js?v=11"></script>
<script src="/static/js/cps.js?v=5"></script>
<script src="/static/js/background.js?v=17"></script>
<script src="/static/js/cps.js?v=7"></script>
<script src="/static/js/app.js?v=3"></script>
</body>
</html>