mozilla / telemetry-dashboard

Web-frontend for aggregated telemetry data
telemetry.mozilla.org
Other
89 stars 113 forks source link

fixes chart lables #576

Closed shiri1248 closed 5 years ago

shiri1248 commented 6 years ago

575 fixes

shiri1248 commented 6 years ago

@chutten thanks for reviewing. I'll take care of it :)

chutten commented 6 years ago

@shiri1248 Do you need any help?

shiri1248 commented 6 years ago

yes @chutten it would be helpful :)

chutten commented 6 years ago

I think the problem lies in the data returned from the aggregator itself by the Telemetry.getEvolution call in evo.js. It probably has the channel set to "aurora". Luckily, we convert it to Line objects before we graph them, so maybe in the Line constructor we can take channelVersion and replace aurora with dev edition in it?

Do you think you'd like to give that a try, @shiri1248 ?

shiri1248 commented 6 years ago

yes @chutten I will give a try.

chutten commented 5 years ago

This PR appears to be abandoned. Closing.