fixit
This commit is contained in:
parent
49c6460303
commit
16a9bd2f4e
2
main.js
2
main.js
@ -16,7 +16,7 @@ setInterval(function() {
|
||||
}, 500);
|
||||
|
||||
function createTimeline() {
|
||||
var chart = new SmoothieChart({grid:{fillStyle:'transparent'}});
|
||||
var chart = new SmoothieChart({grid:{fillStyle:'transparent'}, labels:{fillStyle:'#000000'}});
|
||||
chart.addTimeSeries(random, { strokeStyle: 'rgba(0, 0, 0, 1)', fillStyle: 'rgba(0, 0, 0, 0.1)', lineWidth: 4 });
|
||||
chart.streamTo(document.getElementById("chart"), 500);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user