Hello,
I have observed that when a field is removed from a table visualization in a Canvas Dashboard, a ColumnWidth for the field still remains in the code. This doesn’t impact anything visually - as the visualization no longer has the field to display - but does result in extra lines of code referencing column widths for fields that are no longer relevant to the report.
Ideal behavior would be that once the field is removed from the visualization, the ColumnWidth is also removed from the code.
Thanks!