Allow Logarithmic scaling of graphs
It would be great if graphs could auto-scale using a logarithmic function so as to display data that tends to have wide variances. Currently, if one instance has an extremely high value, all other instances in the graph appear at the very bottom. A checkbox on the custom graph page should allow the graph to scale appropriately so as to keep that data visible.
Brandon Woods
Posted 9 years ago·Last reply 7 years ago
4 comments
Mosh
·7 years ago@madan
Using this REST API endpoint:
/dashboard/widgets/{widgetID}/data
Cole McDonald
·7 years agoWhile I agree this would be a great built in function, you could technically implement this right now with a virtual datapoint… https://stackoverflow.com/questions/19472747/convert-linear-scale-to-logarithmic
madan
·7 years ago@Mosh How are you exporting though?
Mosh
·9 years agoI second this. At the moment we are exporting data to Google Data Studio because it supports logarithmic scaling.