Imagine my surprise when I had a training session and somebody asked me if I can change the order of measures that are pivoted + a table calculation outside of the pivot. I told them it’s not possible until I saw this new button:
Hi @Dawid - I checked it only after reading your post and it seems quite a powerful concept, though I think there isn’t much documentation on it. Please share if there exist sample and documentation on it.
It also says it’s a Labs feature, perhaps that’s why it wasn’t mentioned in the release. It uses Highcharts library and maybe, just maybe, we will be able to use this editor to create more complex visualisations on the fly but it will depend on the accessibility of whether we can tell the chart what data to use and how..
@jarlath@Dawid can you guys suggest how to write a function within a legend block . My requirement is to remove 10 characters from right from all the legends I tried this but it is not allowing to run a funtion
“legend”: {
“useHTML”: true,
“labelFormatter”: “function() { var name = this.name; var trimmed = name.slice(0, -10); return trimmed ; }” }