mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-06 20:37:54 +02:00
fix trend legend aligment
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -593,7 +593,7 @@
|
||||
|
||||
const text = document.createElementNS('http://www.w3.org/2000/svg', 'text');
|
||||
text.setAttribute('x', (legendX + 24).toString());
|
||||
text.setAttribute('y', (y + 4).toString());
|
||||
text.setAttribute('y', y.toString());
|
||||
text.setAttribute('font-size', '11');
|
||||
text.setAttribute('font-weight', '500');
|
||||
text.setAttribute('fill', item.color);
|
||||
|
||||
Reference in New Issue
Block a user