It seems that I canβt display the horizontal line, I looked at the previous messages, but nothing works there ... Maybe I am missing import? The schedule itself is well manifested.
$(document).ready(function(){ var line1 = [['January', 1], ['February', 2], ['March', 3], ['April', 4], ['May', 5], ['June', 6], ['July', 7], ['August', 8], ['September', 9], ['October', 10], ['November', 11], ['December', 12]];
Has anyone done a simple horizontal line before?
source share