When the page is loaded, but you do not show me the graphics.
After the script is loaded if the samples but, first I have to disable it and I do not want to do that, but I do not know how to do it.
Hello I need help to pass the results of my query to the charts but I do not know how.
those 3 values that I got from the query
By Dispatch
Dispatched
Planned
I have to place them
- > values ([78,10,20])
I'm using
link
This is my controller...
I'm trying to create a graphic with highcharts from some data that I get with ajax by json .
This is my .js :
function graficoData (data) {
$('#chart1').highcharts({
chart: {
type: 'column'
},
title: {
text: 'E...
I'm starting with MySQL and Highcharts , to show graphs of some sensors.
The first thing I do is a query to save the data in a array . I do it like this:
<?php
$con = mysql_connect("localhost", "", "");
if (!$con)...
When I made the application it worked great. I create a graph of highCharts based on several queries to the database and I assemble it with PHP. This is called by means of an AJAX, this is the ajax:
//TRAEMOS LA INFORMACIÓN CUANDO SE DA CLICK...
I find myself testing this library highcharts and I would like to filter by date by consulting a BD, what would be the better way?
the sql would be the least because there goes a WHERE however I have two fields in PHP for...