Questions tagged as 'amcharts'

2
answers

AmCharts - Decimal Rounding of the Mean

I am working with AmCharts. My chart is fully functional, and I want the median value to show. Here I put my code: "graphs": [ { "title": "Total Open Ratio %", "valueField": "def", "type": "line", "fillAlphas": 0.2,...
asked by 25.01.2016 / 13:08
1
answer

How do I install local amcharts?

In this example it works perfect. var chartData = [ { "country": "USA", "visits": 4252 }, { "country": "China", "visits": 1882 }, { "country": "Japan", "visits": 1809 }, { "country": "Germany",...
asked by 12.09.2017 / 04:41
0
answers

Amcharts Export Plugin does not download the data correctly

The problem is when I set a time range and try to download the data in .XLSX format that feeds the Amcharts chart. According to a 2-year query should be 19 columns (Fixed) and 24 records corresponding to 24 months, when opening the downloaded...
asked by 24.11.2017 / 21:28
0
answers

Vuejs and amcharts

I'm doing some graphics with amcharts and Vue (to do the ajax query) I would like to have vue in its method of created place the code of amcharts and that axios can assign the data to the dataProvider I leave an example of my code to see if they...
asked by 04.07.2018 / 15:11
1
answer

amChart Simple graph of lines! Please help

I have a MySql database with a table which has several columns, including the date and time. The rest are columns of values such as temperature. I just need to make a line graph with the date / time combined on the horizontal axis and the val...
asked by 23.06.2017 / 01:45