i don't know highcharts is not displaying in my project. my code is
View.php
<div id="container" style="width:100%; height:400px;"></div>
</div>
<script src="http://ift.tt/1bzZc6V"></script>
<script>
$(function () {
$('#container').highcharts({
chart: {
type: 'bar'
},
title: {
text: 'Fruit Consumption'
},
xAxis: {
categories: ['Apples', 'Bananas', 'Oranges']
},
yAxis: {
title: {
text: 'Fruit eaten'
}
},
series: [{
name: 'Jane',
data: [1, 0, 4]
}, {
name: 'John',
data: [5, 7, 3]
}]
});
});
</script>
@stop
Is there any thing to add?can anyone help me wth this ????? totally confused.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire