Questions tagged as 'highcharts'

2
answers

Problem with setTimeout

I did a function that updates a table and a graph with setTimeout () and it works perfectly. The problem is that there are occasions (not always) that if I'm on another screen, I see ajax calls (I've reviewed it in the requests, on the networ...
asked by 13.10.2016 / 21:00
1
answer

Using Highcharts with Laravel (Blade) and MySQL

How do I pass parameters, data from the database? According to the documentation, the examples are with static value arrays, but I would like to obtain this information from a data source, register people by their sex and age, and then graph it....
asked by 11.06.2016 / 05:47
1
answer

highcharts - problems with dates

Good morning. Someone knows why at the time of Highcharts consider this date: [Date.UTC(2016, 06, 6), 14] Like July 6 , when should it be June 6 ? Any way to correct it?     
asked by 07.07.2016 / 06:35
1
answer

How to show only a range of values on the highcharts Y axis

I'm doing some graphics in highcharts with double Y axis, and it shows me the values in the following way: but what happens is that as the values of the Y axis (right side) has minimal differences, which are between 100 and 99, and you...
asked by 23.10.2018 / 00:33
1
answer

How to make an ONCHANGE of a SELECT work when loading the page

What I have initially is a select which shows the last weeks that will be reflected in the incidents, the index is like this: <!DOCTYPE html> <html> <head> <title>ejemplo</title> <script src="https://code...
asked by 23.08.2018 / 22:17
2
answers

Problem when plotting with Highcharts and AJAX

I am trying to make a dynamic graphic, that I pass the data by AJAX, that when selecting a MES graph me according to result, it happens that in the browser console it shows me results according to the query but it does not graph me, and I...
asked by 26.09.2017 / 19:05
3
answers

Display data between a range of dates using Highcharts in Wordpress

I edit the question: I'm using HighCharts in WordPress to show data from a DB MySql . I want to show data between a range of dates selected by the user In the HighCharts code, in the data section I do not hav...
asked by 06.06.2017 / 21:31
1
answer

How to move from a values of a HIGHCHARTS graphic to a new page

this is my index.php code <?php include("conexion.php"); $region[0]="CENTRO"; $region[1]="LIMA"; $region[2]="SUR"; $tipo_alarma[0]="Energía"; $tipo_alarma[1]="Telecom"; $estado[0]="En Curso"; $estado[1]="Pendiente"; $estado...
asked by 03.08.2018 / 17:34
1
answer

Graphics with Highcharts, JSON and CodeIgniter

Someone to help me how to make a Grafica using Highcharts in CodeIgniter using JSON. url:('<?= base_url(); ?>index.php/ejemplo/ejemDatos/datos', function (data) { // create the chart Highcharts.stockChart('datos', { //datos es el id...
asked by 07.08.2017 / 23:29
1
answer

Conditional within series of HighCharts

How do I condition the number of series I want displayed on my Highcharts ? That is: If the value% co_of% is equal to 1 that shows the following: series: [{ name: '<span style="font-size: 65%">' + datos.fecha[0]...
asked by 16.03.2017 / 22:42