APIPropertiescellHeightOn this pagecellHeightDescriptionDefines the height of a cell in pixelsUsagecellHeight?: number;ExampleThe default value is 38px.<script> import { getData } from "./common/data"; import { Gantt } from "wx-svelte-gantt"; const data = getData();</script><Gantt tasks={data.tasks} cellHeight={32} />