amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
348 stars 92 forks source link

Tooltips are not visible #1745

Open Daredevil749 opened 2 weeks ago

Daredevil749 commented 2 weeks ago

I am having one issue with the column series.So for some of the columns its corresponding tooltip is not visible as it get cropped of from the top.please refer the attached image for more info. tmp_bdbd156d-d518-4087-abd3-0ef1a9c692a6

martynasma commented 2 weeks ago

You may consider a few options, like allowing tooltips outside chart area: https://www.amcharts.com/docs/v5/concepts/common-elements/tooltips/#Tooltips_outside_chart_area

Or disabling tooltip arrangement (and risk them overlapping): https://www.amcharts.com/docs/v5/charts/xy-chart/cursor/#auto-arranging-tooltips

But, honestly, displaying a bunch of tooltips like this looks messy and probably not super useful to the user.

If you need to display some kind of information related to each column all at the same time, I suggest making this chart horizontal, and adding bullet labels to each column. E.g.: https://www.amcharts.com/demos/clustered-bar-chart/