Mouseover graphs not working

Hello,

mouseover graphs are not working for us in devices view:

However, when i enter any device detail, every mouseover graph works fine.

This is generated code, which does not work:
<img width="300" height="150" src="https://librenms.example.com/graph.php?from=-1d&amp;device=10&amp;type=device_bits&amp;legend=no&amp;absolute_size=0&amp;width=300&amp;height=150" alt="device_bits" class="graph-image" loading="lazy">

when we try to modify code like this, it works:
<img width="300" height="150" src="https://librenms.example.com/graph.php?from=-1d&device=10&type=device_bits&legend=no&absolute_size=0&width=300&height=150" alt="device_bits" class="graph-image" loading="lazy">

-> ./validate.php
====================================
Component | Version
--------- | -------
LibreNMS  | 21.10.1
DB Schema | 2021_10_03_164200_update_hrsystem_table (221)
PHP       | 7.4.24
Python    | 3.7.3
MySQL     | 10.3.31-MariaDB-0+deb10u1-log
RRDTool   | 1.7.1
SNMP      | NET-SNMP 5.7.3
====================================

[OK]    Composer Version: 2.1.9
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database schema correct

thanks for any help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.