1

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.

Expected (Any Chart Example) : enter image description here

Current Result (ChartJS Conversion): enter image description here

Manik Arora
  • 175
  • 1
  • 2
  • 10
  • I don't think they have any option for that, you can refer the official documentation: https://bitbucket.org/goodera/service-sip-widgets/pull-requests/309 – sibasishm Oct 17 '19 at 06:27
  • @SibasishMohanty Can't find in documentation – Manik Arora Oct 17 '19 at 06:41
  • That's what I told you, they don't have support for that, you may use a hack by changing the stylesheet. – sibasishm Oct 17 '19 at 07:04
  • 1
    Possible duplicate of [How to fix chart Legends width-height with overflow scroll in ChartJS](https://stackoverflow.com/questions/43229626/how-to-fix-chart-legends-width-height-with-overflow-scroll-in-chartjs) – timclutton Oct 17 '19 at 09:21

0 Answers0