Data with decimals not scaling properly in channel stat graphs

4 次查看(过去 30 天)
My data is posting to ThingSpeak without issue, but I have two fields that involve decimals. The plots on those charts on the channel stats page show up on the X axis. I thought they were being plotted as zeros because of formatting issues, but it turns out it's a scaling issue. If I manually adjust the min and max on the y axis to scale, the data plots properly. What would be causing this scaling issue if the data is being recognized correctly? My data that does not involve decimals has always been properly centered.
Edit: I should add that this is happening when I'm using a ThingSpeak library. It wasn't happening when I was sending data through AT commands on my ESP8266. The ThingSpeak was transmitting the data more reliably, though.
  2 个评论
Christopher Stapels
The library does make sure all data gets formatted as strings before sending. Usually ThingSpeak is able to convert the strings to the appropriate format for plotting. Perhaps something is being padded into the value, such as a space? You can look at the data using the "export recent data" button on the channel view.
BRIAN MINOR
BRIAN MINOR 2020-11-3
It turned out it just does that until there are two different values. Since I was in a testing phase I was just feeding at the same value over and over again. Once the data started varying a bit the chart centered and scaled properly. Again, it was only doing this when there was a decimal involved.

请先登录,再进行评论。

采纳的回答

BRIAN MINOR
BRIAN MINOR 2020-11-3
It turned out it just does that until there are two different values. Since I was in a testing phase I was just feeding at the same value over and over again. Once the data started varying a bit the chart centered and scaled properly. Again, it was only doing this when there was a decimal involved.

更多回答(0 个)

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 ThingSpeak 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by