I am converting charts from AnyChart to ChartJS. Legends are covering whole graph area when the list is too large. Is there any way to make legends scroll-able when legend position is 'right'?
<div class="chart-container" style="display:none;padding:0px;margin-top:25px;border:1px">
<canvas id="webGUIChartjs" style="padding:5px;"></canvas>
</div>
I've created chart in the above canvas.