Skip to content

Instantly share code, notes, and snippets.

@Kalimaha
Created December 13, 2014 18:05
Show Gist options
  • Save Kalimaha/01f9fdc01f4fcf8fb11c to your computer and use it in GitHub Desktop.
Save Kalimaha/01f9fdc01f4fcf8fb11c to your computer and use it in GitHub Desktop.
p = 50
$(function () {
$('#container').highcharts({
chart: {
type: 'scatter',
zoomType: 'xy'
},
title: {
text: 'Media VS Deviazione Standard'
},
subtitle: {
text: '50 run, incremento di 10 job/run'
},
legend : {
enabled: true
},
xAxis: {
title: {
text: 'jobs'
},
startOnTick: false,
endOnTick: true,
showLastLabel: true,
labels: {
rotation: -45
},
gridLineWidth: 1,
plotBands: {
color: 'yellow', // Color value
from: '640', // Start of the plot band
to: '660' // End of the plot band
},
},
yAxis: {
title: {
text: 'Media sperimentale'
},
plotBands: {
color: 'yellow', // Color value
from: '8.2', // Start of the plot band
to: '8.6' // End of the plot band
}
},
credits: {
enabled: false
},
plotOptions: {
series: {
marker: {
enabled: false
}
}
},
series: [
{
name: 'media',
color: '#ca1616',
type: 'line',
data: [[10,5.015684559490023],[20,5.5389506835006515],[30,6.022735748004213],[40,6.467207000021266],[50,6.987662485877957],[60,7.210857841340633],[70,7.119731364636867],[80,7.150808482453981],[90,7.1763970957953935],[100,7.313312419977986],[110,7.5142780156911035],[120,7.724680657622663],[130,7.823126033036911],[140,7.759223341074897],[150,7.820459392940532],[160,7.9006502462511214],[170,7.842583589645235],[180,7.931180671228856],[190,7.934586106817339],[200,7.915759807550896],[210,7.947346895592805],[220,8.088905907385596],[230,8.101398331462462],[240,8.021523435222887],[250,7.992578130750295],[260,7.9668487705978945],[270,7.944256582366138],[280,7.973638800946335],[290,8.05315968158734],[300,8.027942094244317],[310,8.032702042144711],[320,8.003934010237112],[330,7.999770018890074],[340,8.012362289546203],[350,8.024447494933003],[360,8.004919185218801],[370,7.984971504959537],[380,8.005349001599415],[390,8.021448680590094],[400,8.098875515621693],[410,8.238175450393069],[420,8.198852545252604],[430,8.187130580985972],[440,8.264643914534764],[450,8.331856117209659],[460,8.323129870329607],[470,8.28197270019021],[480,8.351236222172654],[490,8.331528659882165],[500,8.342214758676462],[510,8.304190797435648],[520,8.287978104836695],[530,8.371707673909908],[540,8.351036152547556],[550,8.299757300926176],[560,8.290281631179095],[570,8.352839623464241],[580,8.3753591285976],[590,8.37848269688867],[600,8.399255340513045],[610,8.369202408304984],[620,8.352135602572716],[630,8.325252675995529],[640,8.374395115945338],[650,8.407730928336212],[660,8.408562704920104],[670,8.369761107810138],[680,8.340654507384729],[690,8.319172923817757],[700,8.293250276722516],[710,8.279102073912888],[720,8.26508419808706],[730,8.257519910845156],[740,8.27005508613716],[750,8.247750763806724],[760,8.230901520584613],[770,8.230676839072665],[780,8.25231449888708],[790,8.322277133371546],[800,8.402862105282924],[810,8.382811679300989],[820,8.36838339942387],[830,8.358935565401142]]
},
{
name: 'deviazione standard',
color: '#ADD8E6',
type: 'line',
data: [[10,4.754101322691701],[20,2.039653230623913],[30,2.457489845200861],[40,2.725550818320261],[50,2.4052577205784083],[60,4.365079517988135],[70,3.685884472875835],[80,3.97482325083062],[90,3.6891346714463893],[100,3.319042656628913],[110,2.9024485609230495],[120,4.001043257622478],[130,3.900293813784784],[140,3.5896433575023643],[150,3.4870165079768864],[160,3.50494032785856],[170,3.488590186619149],[180,4.349202328783767],[190,3.994712220604888],[200,3.8316652971455087],[210,3.401450229525864],[220,4.7041208601952915],[230,4.816241854489367],[240,4.334300782173211],[250,4.101864885779513],[260,4.2866436089065445],[270,3.8721120280046026],[280,3.825606967178648],[290,4.212092912147315],[300,3.9800247463026728],[310,4.112444740662012],[320,4.094769437042427],[330,3.7545809120851197],[340,3.6294133439323844],[350,4.062179926826754],[360,4.08755719720433],[370,3.872904212726544],[380,3.9256940939536262],[390,3.779715785223668],[400,3.866574168972854],[410,4.268926331388725],[420,4.086207789299929],[430,4.037718620886937],[440,5.447657104233844],[450,5.461743521429225],[460,5.304962085235992],[470,5.077730165368339],[480,5.616001415713509],[490,5.755272158192712],[500,5.774159482538188],[510,5.684467603049889],[520,5.569472897631201],[530,6.929924173969716],[540,6.8208952160400305],[550,6.651596283278503],[560,6.562738876914693],[570,6.595922827978464],[580,6.637857204598208],[590,6.703376631706882],[600,6.690154290190814],[610,6.515907201075147],[620,6.429785065365744],[630,6.309197070476997],[640,6.747674067350576],[650,7.289167511382269],[660,7.027755603409123],[670,7.021505904793863],[680,6.838617822537038],[690,6.564812445694052],[700,6.460710022964251],[710,6.258349119600739],[720,6.039086748220655],[730,5.926502505399491],[740,6.195742005588268],[750,6.03247373601697],[760,6.06681074709016],[770,5.95378511557963],[780,5.758873852251062],[790,5.5657060749512235],[800,6.42315998834958],[810,6.369916904814372],[820,6.249223522223767],[830,6.122393653238317],[840,6.138132133222121],[850,6.169396364967148],[860,6.0655227878429745],[870,6.066157206890801],[880,5.953604254844932],[890,5.833621720676184],[900,5.647218497603747],[910,5.525736553424375],[920,5.492660912533975],[930,5.39048819395673],[940,5.460961152898798],[950,5.47776954552764],[960,5.362564235056434],[970,5.477407948150615],[980,5.551272803627943],[990,5.585873746787094],[1000,5.580721019273415],[1010,5.684298839253154],[1020,5.826408726442817],[1030,5.72209352961553],[1040,5.625333162588125],[1050,5.5541799745894],[1060,5.523340465281898],[1070,5.515627331446036],[1080,5.4840918238573755],[1090,5.426728514671484],[1100,5.475432718777799],[1110,5.382643477892251],[1120,5.5486450835604115],[1130,5.431756785997822],
]
}
]
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment