Questions tagged [amcharts]

amCharts is a JavaScript library that generates charts for data visualizations. Use this tag when you have issues understanding or using this library.

JavaScript charting and mapping controls.

amCharts charting solutions include:

2607 questions
7
votes
2 answers

Amcharts - Remove balloon

I've got a multi-axis chart with several lines in the graph.Currently as I move the mouse over the chart, several balloons appear at each point showing the values of the various lines at that point. At the same time, the legend at the bottom of the…
usert4jju7
  • 1,653
  • 3
  • 27
  • 59
7
votes
2 answers

AmCharts - version in code?

Is there a way to tell the version of AmCharts library that is running, from within the code, like on the AmCharts runtime object? Or any other way?
Nash Worth
  • 2,524
  • 1
  • 21
  • 28
7
votes
3 answers

How to disable the labels of x-axis amcharts

I am trying not to show the labels of x-axis, which in this case are: "7.5, 8.0, 8.5, 9.0" and so on. This is what I have tried so far:
var chart = AmCharts.makeChart("chartdiv", { "theme": "light", "type":…
Umesh
  • 115
  • 1
  • 2
  • 6
7
votes
1 answer

AmCharts - AmMap with custom map shows upside down

i have followed the tutorials on the AmCharts to create a custom map, but used SVG's from our previous system (the UK one is an example, but i have around 2000 custom SVG's defining regions/territories/district collection). While the map displays…
Rafael Herscovici
  • 16,558
  • 19
  • 65
  • 93
7
votes
2 answers

How to remove leftside scales in amcharts

How do I remove the side scale axis in am-charts. For eg. in this fiddle I want to remove the top scales and left scales. what are the properties or methods that I need to manipulate. A demo chart. http://jsfiddle.net/JSTQW/ Currently, I am using…
Gyanesh Gouraw
  • 1,991
  • 4
  • 23
  • 31
7
votes
1 answer

AmChart x axis data date formatting to display per day values with hours minutes and seconds

I am trying to create a chart which the data is time related. I would like to give to each bullet the year, month, day, hours, minutes and seconds. But I would like the X axis to not show the minutes and seconds if the users zooms in. My question:…
Greg
  • 640
  • 5
  • 11
  • 23
7
votes
1 answer

Am Charts Javascript version, does not show complete number of lables on category axis

everyone, I am using the AmCharts to generate graphic, but when the size of the div is not big as it wants, it will somewhat collapse labels in category axis. for example, in category axis suppose to show 1 2 3 4 5 6, instead it will show 1 3 5 in…
weia design
  • 1,250
  • 2
  • 14
  • 22
7
votes
1 answer

Amcharts SerialChart multiple line graphs different category value member paths (Silverlight)

EDIT I rewrote my question to make it more understandable after the conversation below with Tony (thanks!). GOAL Render multiple line graphs (let's say 2) in the same chart. The charts have different x/y value pairs. For one x-value, I do not know…
Wolfgang
  • 211
  • 1
  • 2
  • 10
6
votes
2 answers

AmCharts 4 Donut Graph - HyperLink for Custom URL

I'm unable to get a hyperlink to this donut chart in amcharts4. I made it successfully using amcharts 3 but am not getting it in amcharts4. Please let me know what I am doing wrong. I also referred to another documentation but was unable to get help…
raw_hitt
  • 719
  • 5
  • 21
6
votes
1 answer

Remove space between name and percentage in pie chart legend (amcharts4)

I want to get rid of that space in the legend between the name and the percentage. In the pic, I have highlighted the space in yellow. For example, I want the first legend item to be "Lithuania (30.5%)". That extra space between "Lithuania" and…
Thanatos
  • 282
  • 5
  • 18
6
votes
1 answer

Is it possible to show tooltip on category name with Amchart v4?

I am using 'variable-radius-radar' from Amchart V4. I want to display tooltip on hover of category name, but could not find any solution. The tooltip is needed because the name can be very long. On the chart I am planning to display only first 10…
Prashant Zombade
  • 482
  • 3
  • 15
6
votes
3 answers

How to use Amcharts4 in angular6?

I am implementing amcharts4 "Animated-Gauge" demo in angular6 project. Here is my code: StackBlitz It is working fine on StackBlitz online editor but throwing an error when i am implementing in my angular6 project. It is throwing an error warning…
Fahad Subzwari
  • 2,109
  • 3
  • 24
  • 52
6
votes
2 answers

Am chart v4 Tooltip issue

I am using XY chart for line chart in amchart v4 , I am phasing issue in tooltip, I have customize tooltip text as html , but when mouse hover one line show all line tooltip, I want only selected line tooltip not for all lines, please help …
Rahul.kmar
  • 99
  • 2
  • 8
6
votes
2 answers

How to change color of the stacked bar charts in amchart

I have started exploring AmCharts recently and was impressed by its superb features. However, I am trying to change the color of each stack in the bar but I haven`t been successful so far. I tried various properties like "balloonColor" to change the…
Dalton2
  • 125
  • 2
  • 2
  • 14
6
votes
1 answer

GeoJson amchart maps what is wrong with geoJson?

I am relatively new to ammCharts and it is my first attempt to create a geoJSON file also. The following is my geoJson file: GeoJSON file This is what I am trying to achieve: example When I load my geoJson this is what happens : So only one…
hamadkh
  • 359
  • 1
  • 16