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
16
votes
3 answers

How to delete an amCharts Chart

I'm using the free version of AmCharts, and I have a simple question - how do you delete a Chart after it has been loaded? I've searched the internet, but haven't come up on much.
user3413723
  • 11,147
  • 6
  • 55
  • 64
15
votes
1 answer

Customize amCharts date aggregation level

I would like to customize the date aggregate(axis labels) for amCharts, but I couldn't find a provision to do this in amCharts docs. Googling the same just pointed me to the dateFormats documentation. amCharts provides an option for aggregating…
Shinoj
  • 811
  • 2
  • 8
  • 18
14
votes
5 answers

How to remove "JS chart by amCharts" text from amChart?

How can I remove the branding text from an amChart chart? JS chart by amCharts Is there a way to remove that text in the chart configuration? Image of such a chart:
Arunkumar
  • 269
  • 2
  • 5
  • 15
14
votes
7 answers

Remove Vertical Lines from AMCHARTS Grid and keep Horizontal lines

My question is about a specific Graphs and Charts Building Tool call AMCHARTS. I am using their live editor to build a Graph, and I need to remove the vertical lines (leave the horizontal lines only) from the chart grid. Is it possible to do…
user3772369
  • 231
  • 1
  • 3
  • 10
14
votes
1 answer

Prevent categoryAxis labels from overlapping in LineChart

Using the below options doesn't help me prevent my CategoryAxisLabels from overlapping in line-chart when my browser is resized. categoryAxis.autoGridCount = true; categoryAxis.minHorizontalGap = 100; categoryAxis.gridPosition =…
anusreemn
  • 1,047
  • 1
  • 10
  • 24
14
votes
1 answer

amcharts showing incorrect date value in category axis which is not present in dataProvider

I am plotting area chart using amcharts, the x-axis data date values range from 08/01/2014 to 08/30/2014. But the graph displaying the x-axis values from 07/31/2014 onwards. This issue is found only in latest version of windows Firefox and chrome.…
Shinoj
  • 811
  • 2
  • 8
  • 18
12
votes
2 answers

amCharts disabling animations

I am using amCharts to make a few graphs, but since the amount of data in said graphs is so large, the animation lags and consumes a lot of processing power, which isn't necessary. I was wondering if its possible to disable all animations in an…
David Tsenter
  • 125
  • 1
  • 1
  • 6
12
votes
1 answer

javascript amCharts graph item click event

In amCharts flash chart there is a event name clickGraphItem which work as click on graph item and after fetching this event we can do any action on graph item click. I need the same functionality in javascript amCharts. So is it possible to…
Vivek
  • 663
  • 2
  • 13
  • 40
11
votes
1 answer

Unable to disable X-axis labels in amcharts v4

I want to disable/hide all the countries labels in x-axis and worndering how is this possible. https://codepen.io/team/amcharts/pen/BrXwQL chart.data = data; // Create axes var categoryAxis = chart.xAxes.push(new…
Ahmed Chishti
  • 133
  • 1
  • 1
  • 9
11
votes
2 answers

Adding currency prefix to AmCharts

Hello fellow programmers .. Im struggling adding a $ prefix to Amcharts Has anyone had any experience adding currency format to AmCharts graphs? So far I have tried many variations around the following with no success... chart.numberFormatter =…
leo
  • 356
  • 4
  • 14
11
votes
3 answers

Number format with Amcharts Javascript

Amchart give me amazing graphics into HTML but... How to format the number axis? Currently it shows me 65,000 and I need value like 65000. No commas! Thanks!
orafaelreis
  • 2,855
  • 2
  • 28
  • 31
10
votes
2 answers

How to get Render Performance for Javascript based Charting Libraries?

To preface I am pretty new to programming Javascript, but I have been working with various libraries for a while now. I've been tasked to get performance metrics for various charting libraries to find the fastest and most flexible based on some of…
9
votes
1 answer

How to set Amcharts 4 scrollbar color?

I am trying to set scrollbar color in Amcharts, but none of the options specified on Amcharts site has worked. I am using "@amcharts/amcharts4": "^4.2.2" in react app. I have tried many options which are mentioned below. None of them are…
vinod
  • 91
  • 3
8
votes
2 answers

How do I get rid of this unwanted cropping?

I have a chart created using the amCharts library. But I face an unwanted crop in the image which is on top of each bar when it goes too high, as I've highlighted here: Please help I don't want to have that cropping. Here is the CSS code: …
Sara Ree
  • 3,417
  • 12
  • 48
7
votes
4 answers

Amcharts5 - Error You cannot have multiple Roots on the same DOM node - React 17

I want to create a chart with amcharts5 in my react app. I instantiate a root element of amcharts5 in a component that I import in my app component. I get the following error You cannot have multiple Roots in the same DOM node Here's my…
LaïLoKen
  • 73
  • 1
  • 5
1
2 3
99 100