I want to remove/display a series name of my stacked column graph but I don't know-how. And I will gift a real height of graph back.
Hello @Pongsakorn.P
Assign the Legend Position (LegendPositionId) to hidden.
Thx!
Hi Pongsakorn,
Please set the LegendPositionId of the graph to Hidden,
If you want to hide via CSS explicitly,
.highcharts-legend
{
display :none;
}
Regards,
Saravanan