Hi Carmem,
As you are using Javascript 1, the class names will be different from ej1 to ej2. Hence, we have changed the font-size of entire Gantt by the following class names,
- .e-treegrid-core
- .e-ganttchart .e-taskbarname
- .e-ganttchart .e-resourceinfo
- .e-ganttchart .e-tasklabel
- .e-headercelldiv
- .e-ganttchart .e-gantt-schedule-container
Please find the below code example,
|
<style id='customStyle'>
.e-treegrid-core, .e-ganttchart .e-taskbarname,
.e-ganttchart .e-resourceinfo, .e-ganttchart .e-tasklabel,
.e-headercelldiv, .e-ganttchart .e-gantt-schedule-container
{
font-size:10px !important;
}
</style> |
Thanks,
Gopinath M