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
0
votes
1 answer

Amcharts4 Maps with custom geojson data only show one feature (geographical region) out of many?

I was trying to create a map with amcharts4's custom maps using this tutorial. It works perfectly when I used a map from amcharts geojson library. But when I add a different map like this map. It only shows the last feature of geojson feature…
Sankha Karunasekara
  • 1,636
  • 18
  • 19
0
votes
0 answers

Using AmCharts.makeChart V3 - Not getting new INDIA MAP including POK

I have a client's website where their developer used AmCharts.makeChart version 3. However, the client is asking about the new political India map. Not sure if AmChart ver 4 has that. Can anyone help please? The code in the customized PHP template…
0
votes
1 answer

amCharts - Multiple hyper links in a label

Is it possible to have multiple links in the same label? I would like to be able to click on "Data One" or "Data Two" and be directed to different urls. var sourceLabel = chart.createChild(am4core.Label); sourceLabel.text = "Source: Date one & Data…
Josh
  • 157
  • 2
  • 15
0
votes
1 answer

What is the target parameter in amchart adapter

I am trying to create a variance chart using amchart4. And I am using the example from the demo. https://www.amcharts.com/demos/variance-indicators/ What is the actually the target object in each of the below usages on the adapter? Is it ValueAxis…
kiran
  • 2,280
  • 2
  • 23
  • 30
0
votes
1 answer

Read a file name by date on javascript

i'm trying to read a file by date with JS i tried to replace the varable TimeNow without success. when fo example i make fixed filename it works fine, but replacing the filename with a variable 'TimeNow' it doesnt work. var prex =…
F.Eliasius
  • 21
  • 5
0
votes
1 answer

Amcharts4, move label in percent

i try to place a label in my chart ... the Y placement is fixed ( like -70 ... ) but i want to use a % placement for the X position... so based on the official exemple : https://www.amcharts.com/demos/animated-gauge/ ( you can open it in jsfiddle ou…
Andrelec1
  • 363
  • 4
  • 20
0
votes
1 answer

AmCharts: Data grouping for very large data sets

I am using amcharts line chart. I have data for last 24 hours and its recorded for every seconds. I am trying to group data in amcharts but it displays only 2 data points on chart. 1 data point is from yesterday and 1 from today. Here is my…
newdeveloper
  • 1,401
  • 3
  • 17
  • 43
0
votes
2 answers

Amchart map from geojson, just show a rectangle

My Output This is my output, just a rectangle, not like a maps when I try it at geojson.io or mapshapper, and there is no error in my browser console.. My Geojson I already use "id" inside features object, this is my sample geoJson : {type:…
0
votes
1 answer

amCharts label font settings

I have a stylesheet on my app that sets a baseline font. It works fine and I'm happy with it. * { font-family: Roboto, sans-serif; font-size: 13px; } I'm adding a label to the center of a pie chart. The label is added correctly, but…
Java North
  • 43
  • 1
  • 6
0
votes
1 answer

Is it possible to use stacked column chart without the series adding up?

First of all, I am not sure if what I am looking for is called stacked column chart or else. Lib is either Google Charts or amCharts. I have a series of values for the last 28 days representing e-mails sent, e-mails opened and e-mails with links…
user519477
0
votes
1 answer

Is there a way to move freely in amcharts without snapping to the chart values?

Using a candlestick series chart, if I zoom in the data and use the scrollbars to move in one direction at a time, either vertically or horizontally it works fine. If I use the mouse to move at two directions at the same time the chart goes crazy…
0
votes
1 answer

How to set different chart behaviour deppending on key pressed, in amcharts

I know that I can control the zoom/pan behavior using the mouse like this: chart.cursor = new am4charts.XYCursor(); chart.cursor.xAxis = dateAxis; chart.cursor.yAxis = valueAxis; chart.cursor.wheelable = true; …
0
votes
1 answer

amcharts yaxis multiseries synchronization

Good evening, I have a multi-series graphic, with 5 series and I need to synchronize the axes and, all with the same axis, but in the code I have I don't know how to do it, could someone help me please? This code is working but without…
CVB
  • 309
  • 1
  • 3
  • 9
0
votes
0 answers

amcharts4 grid line should hide beyond baseLine i.e 0

plz click here to check the image want to show the bubble but hide the grid line.
Minzy
  • 26
  • 2
0
votes
1 answer

AMCharts Maps v4 - colors in a heatLegend on resize?

In this question user asks how to use several colors in a heatLegend gradient. This pen provides a way to do so. However, line 108 of the pen says "this needs to be repeated e.g. on window resize, orientation change, etc." What would be the correct…
RTM
  • 1
  • 2