amcharts / amcharts4

The most advanced amCharts charting library for JavaScript and TypeScript apps.

Home Page:https://www.amcharts.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to show text in chart area without overlapping with the bars ?

nikitha-keyvalue opened this issue · comments

Hi,

Is there a way to show a text dynamically over the chart area, so that it never overlaps with the actual plotted chart ? Attaching the screenshot for reference.
Screenshot from 2024-04-03 09-54-52

I take it you are referring to the "Powered by DataSquirrel" text.

You can place the text in the upper section of the plot container. E.g.:
https://www.amcharts.com/docs/v4/tutorials/adding-watermarks-to-charts/

You can also relatively extend the scale of Y axis, so the actual series never go all the way to the top of the plot container:
https://www.amcharts.com/docs/v4/concepts/axes/value-axis/#Relatively_expanding_the_scale

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.