swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.3k stars 1.15k forks source link

bar chart no showing tooltip #603

Open rodrigoEclipsa opened 7 years ago

rodrigoEclipsa commented 7 years ago

I'm submitting a ...

[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior

the tooltip should be displayed with the mouseover event Expected behavior

the tooltip is not displayed Reproduction of the problem

https://swimlane.gitbooks.io/ngx-charts/content/charts/bar-vertical.html What is the motivation / use case for changing the behavior?

Please tell us about your environment:

all browser

TdoubleG commented 6 years ago

Same here. I'm using the area-chart. I get my data async and have "name" as Date-Object. Any suggestions?

vla47 commented 6 years ago

I have the same issue with line-chart.

sameer-coder commented 6 years ago

same issue here too with line-chart. Using line chart as realtime data. Not having tooltip is a blocker

micheltank commented 6 years ago

same issue with pie chart, I saw that element is created in the DOM but for some reason is not showing EDIT: I found the problem, my css was overriding stylizing of the tooltip ngx-charts

henriquesschmitt commented 3 years ago

@micheltank is right, the problem is a custom css that overrides ngx-charts native css