Rendering errors?

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
Kiekerjan
Posts: 12
Joined: Thursday 26 March 2020 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Rendering errors?

Post by Kiekerjan »

For one of my graphs (gas consumption) I get a strange looking graph which seems to me like a rendering error. I only see these when displayed on the tablet (Lenovo TB-8505X, Android 10). Viewed on my PC everything looks normal. The odd thing is that I don't see that with other grpahs.
Has anybody else seen this and perhaps has an idea to fix it? I tried changing the tranparency or lineTension but that makes no difference.

Code: Select all

blocks['GasGraph'] = {
    title: 'Gasverbruik',
    devices: ['123'],
    graph: ['line'],
    lineFill: [true],
    lineTension: 0.4,
    zoom: 'x',
    stacked: true,
    custom :{
	"6 uur": {
            range: 'day',
            filter: '6 hours',
            data: {
                Gasverbruik: 'd.v_123',
            }
        },
	"12 uur": {
            range: 'day',
            filter: '12 hours',
            data: {
              Gasverbruik: 'd.v_123',
            }
        },

	"24 uur": {
            range: 'day',
            filter: '24 hours',
            data: {
              Gasverbruik: 'd.v_123',
            }
        },
        "2 weken": {
            range: 'month',
            filter: '14 days',
	    graph: ['bar'],
            data: {
              Gasverbruik: 'd.v_123',
            }
        }
     },
    legend: false,
    datasetColors:['rgba(255, 255, 0, 0.7']  
gas.jpg
gas.jpg (46.59 KiB) Viewed 1117 times
User avatar
HansieNL
Posts: 960
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Rendering errors?

Post by HansieNL »

Have you already tried different browsers?
Blah blah blah
Kiekerjan
Posts: 12
Joined: Thursday 26 March 2020 21:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Rendering errors?

Post by Kiekerjan »

HansieNL wrote: Saturday 16 March 2024 13:51 Have you already tried different browsers?
I use a kiosk app but it could indeed be related to that. I will try some configurations.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest