question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Legend outside parent

See original GitHub issue

If 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 image

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:open
  • Created 4 years ago
  • Reactions:20
  • Comments:20

github_iconTop GitHub Comments

5reactions
danverdecommented, Apr 27, 2020

I’m running into this issue as well

4reactions
CodeCakePiecommented, Aug 17, 2021

Same here…

Any updates on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found