fixit
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user