• Resolved seanski

    (@seanski)


    It seems that line charts can’t accept negative numbers, is there some way the data needs to be formatted? I’m trying to build a percentage graph for trading bot performance monitoring.
    EXAMPLE OF MY CSV FORMATTING
    x;Low Risk;High Risk
    string;number;number
    26 Sept;0;0
    27 Sept;1.5;-1.5
    28 Sept;1.8;-4.1
    29 Sept;2.1;-6
    30 Sept;1.4;-1.5
    1 Oct;1.9;1.5
    2 Oct;2.5;4
    3 Oct;2.8;6.8
    4 Oct;3.1;5.3
    5 Oct;3.3;4.5

Viewing 1 replies (of 1 total)
  • Hi @seanski,

    Thanks for choosing Visualizer!

    Negative values can be displayed properly on line charts. Please make sure you use commas between your values and data types. I tested your data, but I replaced the semicolons with commas and the chart is displayed as expected – screenshot.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Negative Values not accepted in line charts?’ is closed to new replies.