obfuscurity / tasseo

Live dashboard for Graphite
Other
1.53k stars 127 forks source link

Not worked Influxdb #86

Closed yusukeh closed 9 years ago

yusukeh commented 10 years ago
success: function(metricResult) {
        var datapoints = metricResult[0].points;
        var newDatapoints = _.map(datapoints, function(datapoint) {
          //return { x: datapoint[0], y: datapoint[datapoint.length - 1] }
          return { x: datapoint[0], y: parseFloat(datapoint[2]) }
        })
        metric.update(newDatapoints)
      }
obfuscurity commented 10 years ago

Can you elaborate on your issue? I'm not sure if this is supposed to be a patch or what. Thanks!

mauricioabreu commented 9 years ago

I suspect that this is related to #97

ghost commented 9 years ago

fixed in https://github.com/obfuscurity/tasseo/pull/102