-
Bug was introduced in the version: `5.4.9`.
Please, click `Apply dataset 1`, then `Apply dataset 2`, then `Apply dataset 1` again.
You will see, that data is not displayed.
```html
#char…
-
I am facing an issue where in my Graph I need to set data to 0 of a graph to show no Values Exist for that particular date .I set it to 0 like this valueSeries.data.setAll(0) and for the scrollbar …
-
I want to access to the Circle object dataItem and dataContext to see what is the color of circle. If color is equal to say "grey color" I want to create one more outer circle for all grey circles and…
-
![Screenshot from 2023-08-25 17-59-56](https://github.com/amcharts/amcharts5/assets/90048456/7028a387-cc79-4a8d-8584-ee85c5273b21)
-
I am unable to add the zoom-out pinch feature in my stockchart, and neither I found any docs for that. Though for XYcharts it is given.
XY chart: https://codepen.io/team/amcharts/pen/Badvajx
What …
-
Hey guys, i've tried all this tutorials from the DOCS but non of them seems to work properly in my code (probably i'm doing something wrong). I'm trying to change the dot for the comma in the tooltips…
-
**Bug description**
CodePen Example: [date grouping](https://codepen.io/Mari-n-Kusenda/pen/jOXgPYB?editors=1111)
As you can see from example. First graph is incorrect and shows sum value 6 on al…
-
Hi, I'm trying to get the width of the map polygon series for comparison with the whole chart width. The idea being that if I have a tall polygon displayed I don't need to responsively wrap my legend…
-
**Bug description**
Setting a timezone on `dateAxis.dateFormatter` results in days being shifted by one. Using value `new Date('2023-09-21T04:00:00.000Z')` and setting timezone to `America/New_York…
-
Hello,
Using `amcharts/amcharts5: 5.3.11` we are rendering multiple `am5xy.XYChart` with 4 `am5xy.CategoryAxis` and 1 `am5xy.ValueAxis` on each chart. On each chart we plot multiple (4-5), not very…