Questions tagged [amcharts5]
173 questions
0
votes
1 answer
Amcharts5 column color via adapters
I am a beginner at developing with Angular.
I'm using amcharts5 for one of my projects, and I seem to be in a bit of a bind.
Referring to their example, I tried making the XY chart with different column colours, where they use the following function…

Precigus
- 1
- 3
0
votes
1 answer
Amcharts5 legend vertical align doesn't work
I am new to Amcharts5.
This is my XY chart which has 3 series:
var chart3 = root3.container.children.push(
am5xy.XYChart.new(root3, {
layout: root3.horizontalLayout
}),
);
I'm trying to put a legend on the top right of my XY chart, and I…

Koori koori
- 1
- 1
-1
votes
1 answer
Clickable columns to redirect to another page amcharts stacked bar chart
i am using stacked bar chart in amcharts am5
want to add url's for each column bar and redirecting on a url when someone clicks on a column bar
There are some posts on the stackoverflow on how to add links to columns, but they are for Amcharts4 and…

Kavinda nuwan
- 21
- 4
-1
votes
1 answer
Not able to produce `scrollbarX` values, shows empty
I am trying to create a line graph with xscrollbar like:
but getting empty:
not able to understand the issue. Live Demo
ts file:
import * as am5 from '@amcharts/amcharts5';
import am5themes_Animated from…

3gwebtrain
- 14,640
- 25
- 121
- 247
-2
votes
1 answer
amCharts 5 how to add text value inside Rectangle bullet?
In my amcharts i like to add a text inside the Rectangle bullet. how to add?
this is what I need:
here is my bullet part of code: ( using amchart5)
series2.bullets.push(function () {
return am5.Bullet.new(root, {
sprite:…

3gwebtrain
- 14,640
- 25
- 121
- 247