Joerg Heinemann

Results 21 issues of Joerg Heinemann

If you run a reverse proxy before kibana frontend and jail kibana in a virtual directory like: ``` ProxyPass /kibana/ http://127.0.0.1:5601/ ProxyPassReverse /kibana/ http://127.0.0.1:5601/ ``` The following link in stream...

`Entity None () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use , please create a bug report at https://github.com/hacs/integration/issues and...

``` **SUPPORT_DIRECTION** was used from xiaomi_miio_fan, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please create a bug report at https://github.com/syssi/xiaomi_fan/issues ```...

If the file count of the checked directory is zero the following error under nagios embedded perl appears: **ePN /usr/lib/nagios/plugins/check_files.pl: "Use of uninitialized value $oldest_filetime in concatenation (.) or string...

No y-axis labels/values in current master release v2.4.5. For x-axis everything is fine. ![image](https://user-images.githubusercontent.com/3251642/145341704-642c4567-f3fb-4890-9572-fdec54e765a7.png) Modified example file based on "examples\output\legend\basic.html": ``` import Graph from '/src/graph.js' const graph = Graph.fromJSON( {...

Is there any possibility to add a free configurable Tooltip (HTML DIV element) when moving the mouse over data points? Google chart which I'm using right now has a lot...

Var output is not properly initialized: ![image](https://user-images.githubusercontent.com/3251642/147116532-d75688ee-ddd4-439e-8d6e-119ba7dd9ae4.png) ``` import Graph from '../../../src/graph.js'; const domGraph = 'graph'; var graph = new Graph( domGraph, {} ); graph.resize( 700, 300 ); // Resizes...

Is there any possibility to add an image or canvas as a background to jsGraph SVG? I'm working on Colorimetry javascript libs which have this kind of requirements and Google...

Can you please update 'pwm_value' after status changes: ![image](https://user-images.githubusercontent.com/3251642/211521346-558d20ff-ad11-488a-a9be-3cda831cab4d.png) In above case 'pwm_value' should be 0% Chjeers Joerg