Skip to main content

All Questions

Tagged with
1 vote
1 answer
980 views

Hover over Element in Custom Leaflet Legend

I created a Leaflet Map with a Legend. The goal would be to hover over the text element in the legend area and show a tooltip with a image. Problem: hover is not showing up! I tried very different ...
Jacko_HU's user avatar
0 votes
1 answer
301 views

Is there any way to add border in highcharts legend text individually?

I need to add border with legend text (legend-item) like I am trying with borderWidth but it gives a border to the whole legend area is there any possible way to do that.
Dhaval's user avatar
  • 958
2 votes
2 answers
9k views

How to change position of labels in Doughnut chart?

I have created one doughnut chart. var ctx=document.getElementById('mycanvas').getContext('2d'); var chart = new Chart(ctx, { type: 'doughnut', data: { ...
user7397787's user avatar
  • 1,470
0 votes
1 answer
261 views

How can i change shape of legend jquery flot

I'm finding about jquery flot. And when i draw two lines, it displayed two legends with rectangle shape. But i want to change these default shape of jquery flot. One shape is rectangle (wind ...
Khanh Pham's user avatar
  • 2,943
0 votes
1 answer
758 views

Dynamic FLOT legend table

I have a somewhat limited knowledge of JS and JQuery so I am sorry if this is a stupid question. I have a dashboard of charts which will have varying widths and also allows a user to change the width. ...
user1035760's user avatar
0 votes
1 answer
360 views

Highcharts pie on legenditemclick avoid slicing of pie but show animation on legend item

I am using highcharts to display pie with legends. legendItemClick: function (e) { return false; } I am using the above legendItemClick event which returns false to avoid the default behaviour. I ...
Reva's user avatar
  • 225
0 votes
1 answer
393 views

How to change the layout and the alignment of the legend in the Highchart?

I am trying to change the layout and the alignment of the legend in the Highchart. In the JavaScript, the code was initially: showInLegend: true then I modified it to: legend: { layout: '...
ladyweb's user avatar