Completed
Last Updated: 27 Jul 2016 11:51 by ADMIN
ADMIN
Stamo Gochev
Created on: 23 Sep 2014 07:16
Category: HtmlChart
Type: Bug Report
0
FIX: The CSS styling of the selection hint in HtmlChart is not applied correctly in a data navigation scenario
The CSS styles of the selection hint of the navigator in HtmlChart are not applied correctly in a data navigation scenario.

The workaround is to override the styles that you need like this:
        .k-navigator-hint .k-tooltip {
            border: 2px solid red !important;
            color: #000 !important;
        }
0 comments