Legend outside parent
See original GitHub issueIf I place linechart inside parent with fixed height and set legendPosition=“below”, the legend is acually outside the parent:
To Reproduce
<div style="position: relative; height: 500px; background: lightsalmon">
<ngx-charts-line-chart [results]="data" [legend]="true" [xAxis]="true"
[yAxis]="true" legendPosition="below">
</ngx-charts-line-chart>
</div>
Screenshots
Expected behavior Legend should be inside parent, otherwise it does not make any sense.
ngx-charts version
“@swimlane/ngx-charts”: “^12.0.1”, “@angular/core”: “~7.2.0”,
Issue Analytics
- State:
- Created 4 years ago
- Reactions:20
- Comments:20
Top Results From Across the Web
Inset graph, when using a legend placed outside the parent ...
I am trying to inset a graph inside the parent graph following the accepted answer here. However, the plotting framework I am using...
Read more >Legend appearance and behavior - MATLAB - MathWorks
Legend properties control the appearance and behavior of a Legend object. By changing property values, you can modify certain aspects of the legend....
Read more >Chart Legend in an External Container - amCharts
This tutorial will show you how you can easily move your chart legend outside main container into a totally separate one.
Read more >matplotlib.legend — Matplotlib 3.6.2 documentation
The legend handler map specifies how to create legend handles from artists (lines, patches, ... Legend(parent, handles, labels, *, loc=None, numpoints=None, ...
Read more >Parents - Legend High School - Douglas County School District
Alpha Admin/Advisor Assistant Direct Phone C...
Principal Admin Assist Jason Jacob · Cindy Jones 303‑387‑4505 303‑387‑4504 ‑‑
A‑B Madeline Velez · Christy Schwalick 303‑387‑4527 303‑387‑4633...
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 Free
Top 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
I’m running into this issue as well
Same here…
Any updates on this?