Remove initial animation from charts
This commit is contained in:
@ -34,7 +34,11 @@ jQuery(document).ready(function($)
|
||||
},
|
||||
legend: {
|
||||
display: false
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
duration: 0
|
||||
},
|
||||
responsiveAnimationDuration: 0
|
||||
}
|
||||
});
|
||||
|
||||
@ -72,7 +76,11 @@ jQuery(document).ready(function($)
|
||||
},
|
||||
legend: {
|
||||
display: false
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
duration: 0
|
||||
},
|
||||
responsiveAnimationDuration: 0
|
||||
}
|
||||
});
|
||||
|
||||
@ -110,7 +118,11 @@ jQuery(document).ready(function($)
|
||||
},
|
||||
legend: {
|
||||
display: false
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
duration: 0
|
||||
},
|
||||
responsiveAnimationDuration: 0
|
||||
}
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user