I need to reverse the order of stack in mongodb altas chart - Stacked Column

Hi @Rushikesh_Gandhmal -

Unfortunately you can’t directly control the order that the series display on the chart. For string values they always show in alphabetical order. Your best bet is to use $cond to rewrite the value you want at the bottom to have a label that sorts after all the other values.

Tom