.png)
Employee
Options
- Article History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on
08-20-2024
02:20 PM
- edited on
08-20-2024
02:59 PM
by
Tristan
Some customers have reported that numbers on charts are blurry and not readable when incorta is in dark mode as in the below screenshot, bottom right.
This can be resolved by following the below steps:
- Under the following path
<Incorta-Installation>/IncortaNode/runtime/webapps/ROOT/css
- Add the file custom-new.css with the same name if it does not exist already
- Add the following property to the file
.highcharts-text-outline {
display: none;
}
- The dashboard will then look like the below making it clearer and more readable.
Labels: