Hi everyone welcome again today we are going to show more details on animated jQuery.
Chart are very important according to mathematical functions it is pictorial representation of value.
Hence chart are very important.
Suppose you have website and show company growth status then is very good to learn.
Remember the following points.
1) Animation is increasing user impression.
2) animation shows clear image representation.
3) image slider uses animation.
4) animation helps to perform any action with certain instances of time.
5) animation is very easy to learn.
6) also remember is not harm site or not increase loading time.
Thanks for viewing session...
We can continue in next session.
$(document).ready(function () {
$('#chart).animate({
title: { text: 'Animation' },
animation: {
enabled: true,
delayTime: 1,
duration: 2
},
series: [
{
type: 'column',
title: 'Column',
data: [['A', 49], ['B', 35], ['C', 68], ['D', 30], ['E', 27], ['F', 85], ['D', 43], ['H', 29]]
},
{
type: 'line',
title: 'Line',
data: [['A', 69], ['B', 57], ['C', 86], ['D', 23], ['E', 70], ['F', 60], ['D', 88], ['H', 22]]
}
]
});
});
Above example shows chart change per second you can in showing company profit, share market position, $('#chart).animate({
title: { text: 'Animation' },
animation: {
enabled: true,
delayTime: 1,
duration: 2
},
series: [
{
type: 'column',
title: 'Column',
data: [['A', 49], ['B', 35], ['C', 68], ['D', 30], ['E', 27], ['F', 85], ['D', 43], ['H', 29]]
},
{
type: 'line',
title: 'Line',
data: [['A', 69], ['B', 57], ['C', 86], ['D', 23], ['E', 70], ['F', 60], ['D', 88], ['H', 22]]
}
]
});
});
Chart are very important according to mathematical functions it is pictorial representation of value.
Hence chart are very important.
Suppose you have website and show company growth status then is very good to learn.
Remember the following points.
1) Animation is increasing user impression.
2) animation shows clear image representation.
3) image slider uses animation.
4) animation helps to perform any action with certain instances of time.
5) animation is very easy to learn.
6) also remember is not harm site or not increase loading time.
Thanks for viewing session...
We can continue in next session.