Skip to main content

All Questions

0 votes
1 answer
327 views

Can we show legends in a popup instead in the chart container with Highcharts.?

I am new to highcharts. The chart legends are shown below the chart which takes too much space. Can we implement something like a popup in which those legends will be placed. We will add a button in ...
Pratik Rawlekar's user avatar
4 votes
1 answer
2k views

Angular-ChartJS align legend right center

I'm using the Angular-ChartJs wrapper to create a doughnut chart. I'm able to align the legend at the right top using this options: legend: { display: true, position: 'right', fullWidth:...
Ben's user avatar
  • 726
3 votes
1 answer
911 views

How can I add an event to chart.js legend?

Based on this post I've been able to add the event, but it's not triggered. Any idea why? I'm using the default chart.js legend. Chart.helpers.each(vm.chart.legend.legendItems, function(legendNode, ...
Adrian Lopez's user avatar
  • 2,797
1 vote
0 answers
126 views

Hide specific parts of the legend of a line chart

Is there any way to hide some parts of the legend in a plain line chart using the angular-nvd3 module ? Actually, the thing is I have several lines and I want that the legend of my dashed lines to be ...
Alexandre D.'s user avatar
3 votes
1 answer
6k views

legend alignment in bar graph using chartist

I am trying to create legends for a bar chart using chartist, i have used chartist plugin for legend, but i am not able to align it to the bottom of the chart, can anyone provide inputs on how to ...
user1190615's user avatar