installes jquery in joomla voor graphbars but isn.t working

installes jquery in joomla voor graphbars but isn.t working

I installes the jquery plugin (eorisis JQuery) in Joomla and made an article for testing a bargraph  but the page is blank

{source}

<?php
arrayOfData = new Array(
[10.3,'Jan','#f3f3f3'],
[15.2,'Feb','#f4f4f4'],
);

$('#divForGraph').jqBarGraph({ data: arrayOfData });
?>

{/source}