You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.
The attribute text-indent hides the text of that span by moving it far away from the visible part. Change the value to, say, -50000px. That should do it. If not, try higher.
Cheers
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This image shows what happens when your start and end dates cross years:
Using this data array will yield the image result. Can someone figure out why this is?
$data[] = array(
'label' => 'Project Launch',
'start' => '2013-01-12',
'end' => '2013-01-19'
);
$data[] = array(
'label' => 'Contracts',
'start' => '2013-01-23',
'end' => '2014-05-15'
);
$data[] = array(
'label' => 'Budget',
'start' => '2013-06-01',
'end' => '2013-06-26'
);
$data[] = array(
'label' => 'Technology',
'start' => '2013-06-02',
'end' => '2014-03-25'
);
$data[] = array(
'label' => 'Furniture',
'start' => '2013-01-13',
'end' => '2013-06-10'
);
$data[] = array(
'label' => 'Security',
'start' => '2013-01-23',
'end' => '2014-04-18'
);
The text was updated successfully, but these errors were encountered: