v8.3 and later
When you create a Grid tile, you cannot use spaces in the column name. You can customize the column display name to include a space using JSON.
Grid Tile: Column Display Name
{ "columns": [ { "field": "AVGTime", "title": "Average Time", "width": 100 }, { "field": "ActivatedDate", "format": "{0:n1}/d", "title": " Activated Date ", "width": 100 }, { "field": "Name", "title": "Customer Name", "width": 100 }, { "field": "PreviousYearEarning", "title": " Previous Year Earning ", "width": 100 } ] }
— Chris H on 04/10/2018
How do you use this to change the legend on a stacked chart? Or a pie chart? Need more examples please