Hi,
I uploaded this JSON to the Standard Import API, specifying white text on a colored background on the titleBar.
{
"version": 1,
"pages": [
{
"id": "page1",
"title": "Current",
"shapes": [
{
"id": "swimlane0",
"type": "swimLanes",
"boundingBox": {
"x": 0,
"y": 0,
"w": 350,
"h": 160
},
"style": {
"rounding": 5,
"stroke": {
"color": "#46477e",
"width": 2,
"style": "solid"
},
"textColor": "#FFFFFF"
},
"vertical": true,
"titleBar": {
"height": 40,
"verticalText": false
},
"lanes": [
{
"title": "SwimLane",
"width": 350,
"headerFill": "#5E5E5E",
"laneFill": "#00000000"
}
],
"magnetize": true,
"actions": [],
"customData": [],
"zIndex": 1
}
],
"lines": []
}
]
}

The chart was successfully created, but the text still renders with the default black color.
Is the shape’s style.textColor property intended to affect the titleBar color?
- Alex
