don't include highcharts in source code

This commit is contained in:
Lee Lawlor
2014-06-26 22:45:44 -04:00
parent 91a4850525
commit 5c0203e7c3
77 changed files with 24 additions and 12969 deletions

View File

@ -91,7 +91,12 @@
},
series: [{
name: data.channel.field1
}]
}],
credits: {
text: 'ThingSpeak.com',
href: 'https://thingspeak.com/',
style: { color: '#D62020' }
}
};
// add the data to the chart
@ -114,3 +119,4 @@
<br>
<div id="chart-container" style="width: 500px; height: 260px; padding-left: 20px; float: left;"></div>