don't include highcharts in source code
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user