Completed
Last Updated: 21 Apr 2015 13:24 by ADMIN
ADMIN
Danail Vasilev
Created on: 15 Jul 2014 06:28
Category: HtmlChart
Type: Bug Report
1
FIX selection hint of Data Navigation in RadHtmlChart is not visible
Issue will be fixed for Q3 2014 release.
For the time being you can manually set color to the selection hint:
CSS:
	<style>
		.k-chart .k-navigator-hint .k-tooltip {
			color: black;
		}
	</style>
2 comments
ADMIN
Misho
Posted on: 21 Apr 2015 13:24
The issue has been resolved and the fix will be available in Q2 2015.
Darryl
Posted on: 15 Jul 2014 12:14
Worked for me!