Highcharts pro needed!

Suoritettu Julkaistu 3 vuotta sitten Maksettu toimituksen yhteydessä
Suoritettu Maksettu toimituksen yhteydessä

We have a Highchart deployed for monitoring total successful requests inside our application. It runs every 10 minutes and pulls the total successful requests from 5 different servers, so we have 5 different values for each 10 minute increment, all with the same exact h:m:s time.

Upon displaying in Highcharts, it shows all 5 points, instead of simply adding together all values which ave the same date/time.

We would like someone fluent with Highcharts to repair our chart, so all values with the same exact datetime, are displayed as 1, instead of 5 separate values.

The function we are currently using is displayed below. If you can resolve our issue and send over a working example, we will instantly accept the proposal. Please note, our requests are clearly stated directly in the job description. Any proposals received where you are stating your qualifications or requesting to discuss further, will be instantly 1-star and deleted, as you obviously didn't even read the description.

-----

<script>

$(function () {

$('#container0').highcharts({

chart: {

type: 'area',

zoomType: 'x',

spacingRight: 20

},

title: {

text: '<?=$server['ip'];?>'

},

xAxis: {

type: 'datetime',

maxZoom: 1 * 24 * 3600000,

title: {

text: null

}

},

yAxis: {

min: 0,

title: {

text: 'Success'

}

},

tooltip: {

//shared: false,

pointFormat: 'Success: <b>{point.y:,.0f}</b>'

// formatter: function() {

},

legend: {

enabled: false

},

plotOptions: {

area: {

stacking: false,

lineWidth: 1,

marker: {

enabled: false

},

shadow: false,

states: {

hover: {

lineWidth: 2

}

},

threshold: null

}

},

series: [{

name: 'Page1',

color: '#00ff00',

data: [

<?for($x=1; $day = $getstats1->fetch_assoc(); $x++){

if(!is_null($day['date'])){?>

[[login to view URL](<?=date("Y",strtotime($day['date'])).', '.date("m",strtotime($day['date'])).'-1, '.date("d",strtotime($day['date'])).', '.date("H",strtotime($day['date'])).', '.date("i",strtotime($day['date'])).', '.date("s",strtotime($day['date']));?> ), <?if(isset($day) && $day['success'] != ''){echo $day['success'];}ELSE{echo '0';}?> ],

<?}}?>

]

}]

});

});

</script>

JavaScript jQuery / Prototype PHP HTML5 Highcharts

Projektin tunnus: #26853345

Tietoa projektista

3 ehdotusta Etäprojekti Aktiivinen 3 vuotta sitten

Myönnetty käyttäjälle:

cleanlake

Hello, I am familiar with Highcharts. I can help you to fix your issues related to your projects with Highcharts. Regards.

$30 USD 3 päivässä
(10 Arvostelua)
4.1