Questions tagged as 'highcharts'

1
answer

How to work with Highcharts and MYSQL Database

I try to display information from the total column of my database with the following DEMO : link This is the table I want to work with: But I do not know how it works. It is the first time that I am working with Highcharts, a...
asked by 04.07.2016 / 01:04
2
answers

How to place 2 lines in a single highcharts?

I need to place these results in a single bar that the red one is next to the green one attached to the image I am using the library of highcharts I am using the following code: chartCPU = new Highcharts.chart('graf',...
asked by 22.11.2018 / 15:13
1
answer

How to show values with AJAX when loading the page

at the moment of entering my index.php page <!DOCTYPE html> <html lang="en"> <head> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.highcharts.com/highcharts.js">...
asked by 08.08.2018 / 22:31
1
answer

Graph with Highcharts

I have the following graph in Excel: And I want to move it to Highcharts graphics to be able to use it in a browser, I'm using asp and js. But I do not achieve the result I want, now I have the following way: The problem I h...
asked by 19.06.2018 / 02:43
1
answer

Highcharts graphic does not respect array-defined colors

I have the case of a graph, which defines the colors that can be used in an array. colors: ['#01579B', '#0288D1', '#03A9F4', '#4FC3F7', '#81D4FA', '#DCE775', '#FFB74D', '#FFEE58', '#0277BD', '#4DB6AC', '#00E5FF'] The problem is that in some...
asked by 06.03.2018 / 17:20
1
answer

get the form values by ajax and pass it to a query

I have a form to filter the data to generate graphs of survey data <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"...
asked by 23.11.2017 / 20:19
1
answer

Error: Using $ this when not in object context

I am using PHP, and JavaScript along with the highcharts library to generate a bar graph, but I get the following error:    Fatal error: Using $ this when not in object context in   C: \ xampp \ htdocs \ graphics \ index.php on line 55 W...
asked by 11.11.2016 / 05:21
1
answer

Limit highstock points 1001 records

I was trying to read many measurements and I realized that when it exceeds 1000 measurements, it does not paint the graph. If you open the link: link You can not see the graph, but if you remove a single element ["14/03/2018 P16",12.6...
asked by 27.12.2018 / 19:15
0
answers

How to conjugate Columns of Graphics other than HighCharts

What I have are these two graphics: which I want to conjugate, in this case what I'm looking for is that when clicking on a column, as shown in the graph: make other values appear in the other graph. I have found how to change...
asked by 18.12.2018 / 04:09
1
answer

Series of X aXis opposite are not displayed in the "Navigator"

I have a problem. I have a chart with 6 series, 3 correspond to the lower X axis and 3 to the upper one. The problem is that the upper series are not displayed in the "Navigator" component, and when I move the range in it, the graph breaks an...
asked by 05.11.2018 / 18:22