Reports showing as patterned colors (for bar chart) / black coloured (line chart) instead of solid colors/ multi-colored (respectively) for some usersIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> When viewing a report, some users face the issue that all the lines for line chart are presented in black color/ for bar chart the columns are shown as striped colors. CauseThis is configured on the instance as per Accessibility standards. The Now Platform is designed to be as accessible as possible without user modification or setting changes. There are several color and style changes that make the platform more accessible.ResolutionIf the above is not required, you can disable the 'Data Visualization Pattern'. By default in OOB, this is set disabled.Data Visualization Pattern toggle button can be found from the top-level settings (the Gear icon at the top right ) > General. Related LinksThe above step updates the user preference for the user to glide.ui.report.accessibility.patterns to false. By default, this is set to true. So, to disable this user preference for all users, it can be false, and System checkbox should be checked.Click here for more information accessibility and compliance on the ServiceNow platform.Click here for more information about the system settings for the user interface (UI).