Chart legend change Names

0
I am trying to change the Names of the legends. Is there a way to do this with custom chart configurations? For example “HubActive” => “Active”. Please help.
asked
1 answers
0

Please see details on using Plotly layout options in the charts configuration docs.
When chart mode is set to Advanced, you can specify Plotly layout options JSON to customize the chart using available options in Plotly. Below is the link for legend title option in Plotly layout options. 

https://plotly.com/javascript/reference/#layout-legend-title-text

answered