Replace HKD banknote with EUR banknote in chart background

- Updated chart background image from 10 HKD note to 100 EUR banknote
- Uses external EUR banknote image appropriate for EUR-focused site
This commit is contained in:
Claude
2025-11-09 15:31:49 +00:00
parent 4df6f3868a
commit 5308ebfa86

View File

@@ -252,7 +252,7 @@
.append('image') .append('image')
.attr('width', '100%') .attr('width', '100%')
.attr('height', '100%') .attr('height', '100%')
.attr('xlink:href', '/static/assets/10hkd.jpg'); .attr('xlink:href', 'https://ena.our-dogs.info/download.php?w=1280&h=720&img=https://c8.alamy.com/comp/CWNN3M/one-100-euro-banknote-one-hundred-euro-european-currency-isolated-CWNN3M.jpg');
$('svg path') $('svg path')
.css('opacity', 1) .css('opacity', 1)