DOSprojects

Results 7 comments of DOSprojects

Hi Thx for the response. the console.log(data) gives me the opportunity to check the contents of the data variable in the browser developpers console window. For what I see is...

@cgfoed Thanks for sharing. The rename trick works for me, partially. For a timeframe drop(columns: ["_measurement", "_start", "_stop"]), which returns fewer fields. But with a timeframe of eg 7 days,...

Indeed increasing the max datapoints solves the issue Thx Lieven

Hi To reproduce this (sorry in Dutch): ***@***.***D7169E.9A5C67F0] You need: The query from influxdb v2.0: from(bucket: "abucket") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "weather") |>...

Hi After Influxdb V2 updates I had to do some changes. My config for the moment: Data: Layout: { "font": { "color": "white", "size": 16 }, "legend": { "font": {...

Hi Stevie My data comes from an infuxdb. Yours seems SQL to me. So the start of the script sends some data to the log of your browser (open the...

I think you can use whatever source you want, as long as it returns you some data. I just have no idea if the format of the returned data is...