Hover effect for legend items: font-size: large
Everything else should stay the same
Change-Id: Ib3432bd0af868830ba7e7c127c49f7f560c8173e
diff --git a/R/highcharter-themes.R b/R/highcharter-themes.R
index f934f43..300e7fb 100644
--- a/R/highcharter-themes.R
+++ b/R/highcharter-themes.R
@@ -127,9 +127,13 @@
),
legend = list(
itemStyle = list(fontSize = "medium",
- color = legendColor),
- itemHoverStyle = list(color = legendHoverColor),
- itemHiddenStyle = list(color = legendHiddenColor)
+ fontWeight="normal",
+ opacity="100%",
+ color = highContrastColor),
+ itemHoverStyle = list(
+ fontSize = "large"
+ ),
+ itemHiddenStyle = list(opacity="40%", fillColor="inherit", color="inherit")
),
credits = list(style = list(color = creditsColor)),
labels = list(style = list(color = "#707073")),