Questions tagged as 'highcharts'

0
answers

Upload data from .json or MySQL with Highcharts and Ajax

I have a .json document that I keep with MySQL in my database and it contains the following: { "ticker": { "base": "BTC", "target": "USD", "price": "9330.81745211", "volume": "53283.57785327", "c...
asked by 07.05.2018 / 16:53
1
answer

highChart dynamic graphics, irregular time intervals

I use a function in java script, which uses a static method to query the server, obtaining as a response a DataSet with several tables sereializado as object JSON (string json = JsonConvert.SerializeObject(_dsCon);) and...
asked by 09.04.2018 / 16:30
0
answers

Because after sending variables by ajax and recovering by php, they will fly indefinitely.

I have two select and a text box, by means of which I send values to query.php the selected values of the select are the most important for me because it depends on which user selects that values will be passed to some queries with which their v...
asked by 13.03.2018 / 23:26
1
answer

Change label color graphics Highcharts JavaScript

I'm trying to change the label color of the third column of each segment in the graph, the problem I have is that I can not do it based on the value of the first column against the third. The first segment says Front 01 and the goal column is...
asked by 11.01.2018 / 15:12
0
answers

Change to local time at Highcharts

Good, I'm using Highstock of Highcharts in angular 2 , and the axis of x is of type datetime , the data I charge is a value and a specific time for each value. The time in my region is not the UTC , and when the graph is displ...
asked by 27.12.2017 / 15:53
0
answers

Creation of columns in Hightchart

Good morning, the example I should show is like the following link here is where the data is collected var chartseries = [{ name: 'Year 1800', data: [107, 31, 635, 203, 2] }, { n...
asked by 22.03.2018 / 23:37
1
answer

Help with Mongodb + PHP + hightcharts

Dear, the following code does not work for me, I do not know what is the part I am doing wrong, this is the code: I wanted to see a line chart of the api highcharts <?php $dbname = 'db'; $m = new MongoClient(); $db = $m->$dbname; $c...
asked by 22.02.2017 / 21:03
0
answers

Display a single graphic with highcharts

I continue to learn to use details of higcharts and now what I want to do is that with the following I can visualize 3 lines at the same time and then activate or deactivate them when I want to DotNet.Highcharts.Highcharts chart = new DotNet.H...
asked by 12.09.2016 / 21:57
1
answer

Subtract or add month to a [duplicate] date

I am working with Highcharts and I am showing information from my database in the following way: data: [<?php if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo "[Date.UTC("...
asked by 07.07.2016 / 18:43
1
answer

Ajax and PHP query

Dear. I have a chart made with highchart, which takes data from a base in mysql. I need to send two data through ajax, the range of dates, start and end date. This is the code portion of the ajax. The file is called index.php <script>...
asked by 19.04.2016 / 16:24