i solve it by but dashboard in container div and i write this code to make the dashboard full fill the dive
var dashboardObject = document.getElementById('defaultLayout').ej2_instances[0];
var aspectRatio = ($('#divContainer').width()) * rows / (dashboardObject.columns * $('#divContainer').height());
dashboardObject.cellAspectRatio = aspectRatio;
dashboardObject.refresh();