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,...
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...
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...
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...