Display all points (circles) by default
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here
Expected behavior
It seems that in you can not display all the points by default in line and area chart other than putting all the data in the activeEntries, but once you hover the chart you lose all of the points again. Maybe I’m missing something but I can not find it in the documentation or elsewhere.
What is the motivation / use case for changing the behavior?
Sometime it is useful to have all the points (circles) displayed all the time because it is hard to determine where are the points in some cases.
- ngx-charts version: 5.3.1
- Angular version: 4.2.2
Issue Analytics
- State:
- Created 6 years ago
- Reactions:11
- Comments:28 (2 by maintainers)
Top Results From Across the Web
Python all points on circle given radius and center
I would like to extract all the points with integer resolution present in the circle. Right now, I realised I am creating an...
Read more >How to check if points lie within a circle
Is there a way to either check whether the circles overlap anyway, or to force the axes to share the same length? graphics...
Read more >Marks — Altair 4.2.0 documentation
circle. mark_circle(). A scatter plot with filled circles. ... Note that the default behavior is to display outliers as points, where an outlier...
Read more >StdDraw - Introduction to Programming in Java
All geometric shapes (such as points, lines, and circles) are drawn using the current pen color. By default, it is black. You can...
Read more >sf::CircleShape Class Reference - SFML
Set the number of points of the circle. More. ... Set the sub-rectangle of the texture that the shape will display. More.
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
I don’t understand why this issue is closed. I understand it might cause performance issues but it should be customizable and off by default.
if anyone still needs this feature I workaround this feature with a non-super clean solution but it works with no side effect so far :
custom service to draw the points over liner chart:
and after your view init and the data is set to the chart call :
make sure to have the reference on your chart :
<ngx-charts-line-chart #chart>
UPDATE :
by mistake, I’m using ng-reflect-fill CSS class which will not be available on production mode so currently, I’m setting the color by index