Skip to main content

Questions tagged [amcharts4]

amcharts is a JavaScript chart library. Use this tag in addition to the amcharts tag, for questions related to amcharts v4.

amcharts4
0 votes
0 answers
10 views

How to add legend list on BoxPlotChart (AmChart4)

I'm using a XYChart of AmChart4 to draw a BoxPlot chart q1, q3, median, max, min Sum Value is a LineSeries and displayed by the purple dot. I want to add all the value on the X-Axis to the legend ...
Sao Bui Van's user avatar
0 votes
0 answers
8 views

Amcharts 4: Series clustering by month

I have a series of a value and a date. The date could span multiple years, but the value will reflect the monthly value. i.e. [ ..., { value: 10, date: "Jun 22" }, { ...
Saleh's user avatar
  • 321
0 votes
0 answers
18 views

Adjust max width of slices in amcharts SlicedChart with FunnelSeries

I am using Angular with amcharts 4. I have an amcharts SlicedChart with FunnelSeries. The problem is that the top slice is always the same max width, while I want it to always be some percent of the ...
Przemysław Świat's user avatar
0 votes
1 answer
31 views

How to custom tooltip in AmChart (v4) with dynamic variable name

I want to custom Tooltip Text in on XYChart with 2 LineSeries (TEMP_REAR and TEMP_CR) Sample data: [ { "sumTime": "2024-04-22 16:55:47", "TEMP_REAR": 7, "...
Sao Bui Van's user avatar
0 votes
0 answers
59 views

Possibility to add spacing between stacks of a stacked column in amCharts 5

I'm working on upgrading from amCharts 4 to amCharts 5. Previously in amCharts 4 it was easy to add a space between the individual stacks of a stacked column via template adapters like below ...
michelle's user avatar
0 votes
0 answers
10 views

Amchart 4 Legend In Arabic are not Showing Properly

I want the last legend on the right side
wajiha siddiqui's user avatar
0 votes
0 answers
21 views

How to disable the bullets on zoomin in amcharts 4

I have created a chart , there are lots of customization I have added , for example X and Y lines I added these lines by doing some customization , similarly I am showing bullet as a image and the ...
Faraz's user avatar
  • 23
-1 votes
1 answer
49 views

How to hide the tooltip shown for xAxis title

I wish to hide the tooltip that is shown for xAxis title but still be able to show the same for when the user hovers over the axis labels and datapoints. This is my xAxes config for reference: [ { ...
Shivani Sudheer's user avatar
0 votes
0 answers
36 views

Getting blur amchart image

Using amcharts4 legacy version const chartImageData = this.chart?.exporting.getImage("png") I'm getting blur chart image via getImage("png"). I'm able to get clear image when ...
Ashish 's user avatar
0 votes
0 answers
18 views

Not able to print whole chart amcharts4

Using amcharts4 I'm using export menu and other getImage() for printing the gantt chart But the limitation is Im only able to print the rows visible in chart I want all rows image throughout the ...
Ashish 's user avatar
0 votes
0 answers
27 views

Amcharts 4 - Custom icon is not using its css class properties

On a serpentine chart, I put 2 small Rectangles adjacent to the start and end of the Curved Axis. Both Rectangles are: children of a Container who's parent is the Chart placeholders for svg icons (e....
Owen MacWilliam's user avatar
0 votes
0 answers
43 views

amchart4 label text gets overlapped by other lineseries chart data

Using amchart4, the legacy version. I'm working on a Gantt chart which shows some data of activities going on field. Problem statement :       Ref Image 1. I'm trying to show the full title text of ...
Ashish 's user avatar
0 votes
0 answers
37 views

Tooltip on legend with amcharts4

I'm using Angular 16 and amcharts 4. This is what I need to achieve: and this is what I'm right now: How can I add that tooltip to display something I have stored in variables? This is my actual ...
Raso's user avatar
  • 61
1 vote
0 answers
68 views

Adding Percentage in stacked bar charts of amCharts

I was trying to set the % symbol on the Y axis on the stacked bar chart using the R implementation of amCharts. Below is my code with sample data df <- data.frame( date = c('2016-12', '2017-12', '...
sayile firahs's user avatar
0 votes
0 answers
17 views

How to add 1 week baseInterval for axisRange in amCharts v4, to delete wrong stroke line?

I see wrong stroke lines when my data set has only 1 week for each month i use baseInterval in categoryAxis to hide empty data categoryAxis.baseInterval = { timeUnit: &...
Ros97's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
41