-
**Bug description**
The `drawingsInteractive` method seems to be working for almost all of the drawing options, except for Horizontal Line, Horizontal Ray and Vertical Line, which are still interac…
-
Some team members get lots of troubles while they install fabricjs because of the issues of installing node-canvas. I also got some troubles but I'm happy to be an macos user and it wasn't hard to fix…
finom updated
5 months ago
-
How can I achieve CandleVolume chart in my stockchart? What are custom changes I should look out for in stockchart.js file.
CandleVolume chart:
Normal candlesticks, the open and close form the bo…
-
**Bug description**
I am trying to implement rounded corners for a stacked column chart. I've started by following [this demo](https://codepen.io/team/amcharts/pen/ZExgKVg).
If I understood it …
SDVII updated
11 months ago
-
**Question**
I've got a list of about 3000 objects that I'm plotting on the Map chart with tooltip as bullets.
When I filter the list with less number of objects in it. It zooms in and out …
-
**Bug description**
Hello, thanks for working on this library, it has been very useful for our charts :) We noticed a slight issue in one of the recent releases.
Some lines (grid lines, cursors,…
-
I am using comparison series in my stockchart, I am using the inbuilt search bar of comparison series.
I have more than 2000 products from where I have to search. But when I try to search any prod…
-
How to get the volume value in the candlestick tooltip only (like OHLCV values).
![image](https://github.com/amcharts/amcharts5/assets/137867461/2c0f775e-28d7-495e-82e5-018a9fd032dd)
Code for valu…
-
https://github.com/advisories/GHSA-xwcq-pm8m-c4vf
We need to Upgrade crypto-js to version 4.2.0 or later. For example:
```
"dependencies": {
"crypto-js": ">=4.2.0"
}
```
```
"devDependen…
-
This bug only appears on mobile devices. When a map chart has some children that are listening to events such as "pointerdown" or "click", the map is not rotating at all.
A basic example would be a…