Questions tagged as 'highcharts'

1
answer

print all the data of an array in a highcharts

Hi, I have a little problem with highcharts, so the graph shows the last area. Of the forty areas, the problem is that I can not go through the entire arrangement so that all my code is shown as follows: case 5: //lineal $cons...
asked by 31.10.2018 / 19:25
1
answer

how to change the values of the x and y axis

I want to change the values of my x-axis graph and put other numbers but I do not know how <script> Highcharts.chart('container', { chart: { type: 'column' }, title: { text: 'TIEMPOS DE ENTREGA' }, subtitle: { text: 'GRA...
asked by 05.10.2018 / 19:39
0
answers

Highcharts export dateformat

Using highcharts v6.1.4 I can export without problems but I can not find a way to format the date that I transfer to my cvs, xls and table, they appear in format with unixtime example numbers: 1538917920000;19,3 1538917980000;19,5 153891804000...
asked by 08.10.2018 / 18:37
1
answer

How to speed up the search time of a MYSQL with PHP

I'm doing some statistical graphs, which I extract from a table that presents 30,000 records and I will show them in graphics (HIGHCHARTS) ... it turns out that when I make the first query to complete the options of my select, it takes around 20...
asked by 31.07.2018 / 23:10
0
answers

Graph mysql data by date range with Highcharts

Hello to the whole community! I would be very grateful if someone with more experience could give me an orientation on the next topic ... I want to show data from mysql to a highcharts graphic ... But I would like you to show me the data in a ra...
asked by 24.07.2018 / 09:27
0
answers

Rotary (c #) and Highchart

I am creating a PDF from a view using the rotary library for .NET Core. The view has graphics in the Hightcharts library that are configured with jquery. The main problem is that bars do not display them at scale, for example, a bar that should...
asked by 17.07.2018 / 15:21
1
answer

How to place the title of the graphic when exporting to pdf highchart?

I did not put the title in graphic in the PDF, because I made a function outside the highchart script so that I could take the titles dynamically, since when I tried to put it inside the highchart function I did not update the title name . Now I...
asked by 04.07.2018 / 22:38
0
answers

How to correctly structure the series for a drilldown in Highcharts

First I do not know if the title of my question is worthy of giving an answer so I thought it enough to formulate it I hope I can count on someone's support. I have the following code, I need to show at the first level years (x axis) and a numbe...
asked by 01.07.2018 / 06:00
1
answer

series for drilldown using array and json_encode

I'm doing a drilldown chart link which for the time being as a test I intend to show years (axis x) and a numerator (y axis) brought from my database, at the moment I am a bit lost because the graphics I am using work with some peculiarities t...
asked by 30.06.2018 / 07:49
0
answers

Foreach de Laravel at JS, Google Charts

Hello, I need help with a foreach inside code js, I try to list from my database but I can not make it work. <script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawC...
asked by 04.07.2018 / 00:21