Passivpluss
Forum Replies Created
-
Hi. Im sorry but I don’t think I can help you with this. How is your file? Is it a file ypu upload manually or a file you automatically uploads and publish? If you manually do it, just exchange all the 0 values to nil instead and try again:)
It a programming language that my server supports.
Before the data is uploaded as csv file all the 0 values are rewritten to nil 😉if value == 0 then
value = ‘nil’
end
row = string.format(‘%q,%q’, date, value)table.insert(buffer, row)
Found a fix for this problem, I used LUA from the upload equipment to rewrite “0” to “nil” when the upload of the file is done. This makes the graph go to and display 0 😉
If this is a known issue for long time it is odd that it is not fixed.
This makes this plugin useless for me because it destroys the charts…