Viewing 9 replies - 1 through 9 (of 9 total)
  • 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…

    Thread Starter avatar33

    (@avatar33)

    Did the author give up on their plugin perhaps?

    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 ??

    Thread Starter avatar33

    (@avatar33)

    Nice, but can you explain what “LUA from the upload equipment” is? ??

    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)

    Thread Starter avatar33

    (@avatar33)

    Hey man would you be willing to help me with this? I can pay you. What is your skype?

    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:)

    Plugin Author Themeisle

    (@themeisle)

    Hello,

    The new version contains a fix for this. You can update to the latest version and you will be able to use zeros.

    Let me know if you have any other problems.

    Thread Starter avatar33

    (@avatar33)

    Excellent! Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Zeros not working on charts! Why aren't you adressing this issue?’ is closed to new replies.