gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

weird rendering issue with distributions/bars #19

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by imajes Monday May 14, 2012 at 21:53 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/77


  {
    "count": 592,
    "values": [
        [
            ["xyz", 64.0],
            ["abc", 40.0]
        ],
        [
            ["def", 27.0],
            ["jkl", 24.0]
        ],
        .....
}

why is it returning the arrays like this? should it not be one array, flatter?