Issue
|
Description
|
---|---|
Grid header styles are not migrated correctly
|
Separate styling of the left, right, and top lines for the grid header is not supported in the new Grid widget. You can lose custom border styles when you migrate a legacy grid widget. You can only style the header using the style properties for the widget border and divider lines.
|
The styles of the legacy Grid widget are not migrated.
|
Only styles from the Grid Advanced widget are migrated. Style definitions that are applied to the legacy Grid widget are not migrated.
|
The grid data is not showing.
|
Using the incorrect data service output for the dynamic configuration service prevents the widget from displaying data correctly.
When you migrate a Grid Advanced widget, make sure to update the output of the configuration data service to JSON in Composer.
The dynamic configuration of the adnvaced grids is migrated in ThingWorx 9.3.4 or later to the widget LegacyConfiguration text property. When creating new configurations, we recommend using the widget Configuration JSON property instead.
|
Issue
|
Description
|
---|---|
Line styles for chart rulers are not migrated.
|
You cannot customize the ruler line width, color, and type in the new Chart widgets. Any custom styling for these lines in the legacy widgets is not migrated.
|
The border color of areas in a line chart does not match the series color.
|
In ThingWorx 9.4.1 or later, support for styling the border of line chart ares was added to the Line Chart widget. If you are migrating area charts that use custom colors for the data series, you must update the border color of areas to match your custom colors manually using the Stroke style property.
|
Issue
|
Description
|
---|---|
Text styles for the confirmation dialog box are not migrated.
|
The confirmation dialog box uses the default styles for labels, based on the applied style theme. Any custom styling for the legacy widget text is not migrated. However, you can customize the styling after you migrate by editing the header and body label type in the style theme.
|
Issue
|
Description
|
---|---|
The space between containers is not kept after migrating.
|
The legacy Layout widget included a property which enabled you to set spacing between containers in the layout. This feature is not supported in the when migrating to Flexbox containers in ThingWorx 9.3.2 or earlier. In ThingWorx 9.3.3 or later, you can use the Margin property to set spacing between containers.
|
The space used by non-visible columns or rows is not preserved after migrating.
|
In ThingWorx 9.3.6 or later, non-visible columns or rows are converted to flex containers with the Visible property set to False. The space used by non-visible containers is not preserved in the layout.
|