yhooithin05 Report post Posted February 26, 2021 (edited) Hi All, I am here to get help on how to rearrange the order for the legend on fusion time chart. For eg: Legend D,F,A,E,B,C and i would like to rearrange them to A,B,C,D,E,F I have tried reverseLegend but couldnt get it to work. timeSeries.AddAttribute("legend", "{enabled:'1',reverseLegend:'1'}") - VB.net I cannot find any documentation for this attribute, can anyone help me pls? Thanks in advance! Edited February 26, 2021 by yhooithin05 Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted February 26, 2021 Hi, As of now reversing or reordering the legend items is not supported in FusionTime charts. As a workaround, you can provide the plots/ datasets objects in the order in which you wish to arrange the legend items. Demo: http://jsfiddle.net/srishti_fc/16up0z3k/ Hope this will help. Thanks, Srishti Share this post Link to post Share on other sites