sap ui5甘特图中的新要求是,通过在其上应用4种颜色,将每个形状分成4个一半。
任何建议/想法/代码示例都将非常有帮助。
甘特字符元素是SVG元素,因此您应该能够扩展sap.gantt.simple.BaseShape并实现自己的renderElement方法。
sap.gantt.simple.BaseShape
renderElement
另一种方法是相互绘制4个sap.gantt.shape.Rectangle并将height和width设置为x / 2和y / 2,并调整其xBias和yBias以覆盖3个象限
sap.gantt.shape.Rectangle
height
width
xBias
yBias