Legend Padding
See original GitHub issueI have been having an issue with my chart legends when trying to add padding.
I am hoping for a feature that allows for more than just padding between the items in the legend. Something like:
legend: {
paddingLeft: 10, //suggested; also paddingRight, paddingTop, paddingBottom
labels: {
padding: 50 //current
}
},
At least in my case this would prevent having to create the legend as a separate object.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:8
Top Results From Across the Web
legend.padding | highcharts API Reference
The legend is a box containing a symbol and name for each series item or point item in the chart. Each series (or...
Read more >Adding Extra Padding in Chart Legend - Caspio Online Help
In this article, we will guide you on how to add padding between legend items of a Chart DataPage. This can be applied...
Read more >javascript - Highcharts - Legend item padding - Stack Overflow
I have experimented with line height and font-size settings of the legend.itemStyle , but no luck. Does anyone have any ideas? Firefox 25.0.1...
Read more >legend.padding - API Reference - Kendo UI Chart
In this article you can see how to configure the legend.padding property of the Kendo UI Chart. ... Example - set the chart...
Read more >legend padding: .5em - Form « HTML / CSS - Java2s.com
legend padding : .5em;. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please implement this: legend.padding.left legend.padding.top legend.padding.right legend.padding.bottom
Really hoping for a simple way to set padding between whole legend itself and the chart somewhere in Chart.defaults.global.legend.