-
![Screenshot from 2023-11-08 14-40-49](https://github.com/amcharts/amcharts5/assets/90048456/d113e0bd-20dd-4e36-9fb0-0ad13ac3dc06)
-
Is there any way to put another type of display in DrawingControl buttons?
I want put this controls in flex but i looked the source code and the "block" option is hard coded.
![image](https://gith…
-
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…
-
Only one set of data is plotted from an array.
I've attached a sample code.
https://codesandbox.io/s/data-not-plotted-7qw49p?file=/src/App.tsx
Development environment:
amCharts version :4.10.3…
-
**Question**
Having a scrollable container with multiple axes and wheelY set to “none” in the chart options, scrolling via mouse while having the mouse over the chart(not over the scrollbar) is ver…
-
with var day = new Date(2023, 9, 18); the series only show 4 of 5 DataItems, with var day = new Date(2023, 9, 18, 1) it shows all DataItems. So a work around is there, but I think it's still a bug.…
-
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…
-
In the context of a typical time series stacked bar chart, in some instances i have 1 - 2 days of 5 minute data that performs quite slugglishly on the browser (especially when each datum has 5 or 6 st…
-
I have a problem when ingredient the amchart4 with nextjs using react. I try 2 method to import the amchart but both failed.
1.
let am4core = null
let am4charts = null
let am4themesAnimated = null…