2,586 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
51
views
amCharts 5 treemap and sunburst charts not syncing
I have amCharts 5 and have been trying to link both charts together, so clicking on a state in the treemap would select the state in the sunburst chart, but with no success. The treemap has four ...
0
votes
1
answer
27
views
GeoJSON issue with ammap: country taking the whole world
I changed the coordinates of RE and MU from the base Africa map in amMap (to make them bigger), the GeoJSON loads just fine in mapshaper.org and geojson.io, but for some reason it does not render ...
0
votes
0
answers
29
views
how to configure right most grid line color/opacity for amcharts5 horizontal bar chart?
I am using the example here: https://www.amcharts.com/demos/stacked-bar-chart/
The right most grid line in the example appears to be a lighter shade, I am not sure if that is because of a lower ...
0
votes
0
answers
74
views
Dynamic State-wise Coloring in India Map using amCharts 5
I'm building an interactive India map using amCharts 5, where each state should be dynamically colored based on its purchase contribution percentage. The contribution data is coming from the backend, ...
0
votes
1
answer
88
views
Rotate LineSeries triangle bullet to face direction of line segment
I am using AM Charts 4 and have defined a line chart with multiple bullets - a circle bullet and a triangle bullet for each data point (except for the first, which has only the circle bullet). It ...
0
votes
0
answers
46
views
Have a single stacked column series that spans entire width of chart
I am using AM charts 4, I have a chart with a value axis (y) and a date axis (x), which has a line series and a column series.
It works as expected and looks like this:
The config/data and chart ...
0
votes
0
answers
54
views
Custom function in AM5 heatmap to set a range of colors for a heatmap instead of just two (min and max)
I have created a function that generates a heat map based on the provided JSON data. The color variation for the data points in the JSON should follow these rules:
If the variation is greater than or ...
0
votes
1
answer
42
views
Does amCharts have a globe projection that includes USA state lines?
I recently discovered amCharts so I'm still trying to grasp the concepts. I've made a globe map with the Orthographic projection, which shows the outlines of all the countries.
I'm hoping to find a ...
0
votes
0
answers
36
views
AmCharts 5 Column Chart Apply Pattern Conditionally
I have a column chart in AmCharts 5 and i want to make some of the columns have a striped pattern based on some condition. I tried using template adapters but it doesn't seem to work.
series.columns....
0
votes
0
answers
48
views
How to stretch the visible data range to see last value of a DateAxisRangeSelector with amCharts4?
I have an XYChart developed with amCharts4 in Javascript. I have a DateAxis on the x-axis and a ValueAxis on the y-axis. To control the visible data range, I use a DateAxisRangeSelector and an ...
0
votes
2
answers
83
views
amCharts 5 - Edit xAxis Tooltip Styles
I am trying to style the xAxis tooltip, but cannot seem to make any headway.
xAxis.set("tooltip", am5.Tooltip.new(root, {
// new styles here??
}));
My ideal output matches the ...
0
votes
0
answers
18
views
How to change shape of "Force-Directed Tree" module (AmChart v4)
In v4 version of AmChart
Using the "Force-Directed Tree" module
How to change the bubble shape to rounded quadrangular?
AmChart v4 - Force-Directed Tree
0
votes
0
answers
15
views
How to assign individual color to each group of bubbles for "Force-Directed Tree" module? (AmChart v4)
In v4 version of AmChart
Using the "Force-Directed Tree" module
How to assign individual color to each group of bubbles?
AmChart v4 - Force-Directed Tree
0
votes
1
answer
89
views
@amcharts/amcharts5 - WordCloud Chart - How to set a background dynamically based on dataItem?
Here is my code for WordCloud Chart and i need to give a background based on frequency check with threshold. Same as text fill color i want to give a background dynamically but not able to get the ...
1
vote
1
answer
68
views
How to get coordinates of a point when hovering over a chart in AmCharts 5?
I have this series:
var series = chart.series.push(
am5xy.SmoothedXLineSeries.new(am5root, {
xAxis: xAxis,
yAxis: yAxis,
valueYField: "height",
...