commit | e8d0a8efec1cc08e9471f364c5249b3d72cdf9b9 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Dec 28 13:36:21 2020 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Dec 28 13:36:29 2020 +0100 |
tree | 8f8705fa2025859c1c2ba4ebc68017c7bf0f83ec | |
parent | a371c672d5cfcf29f2ef258a49dcc0d21ddd8da8 [diff] [blame] |
Add dotted x grid lines Change-Id: I77ebf699807997bec7edeb17082de39645d2ca9c
diff --git a/R/highcharter-themes.R b/R/highcharter-themes.R index d9bca09..9030d90 100644 --- a/R/highcharter-themes.R +++ b/R/highcharter-themes.R
@@ -89,6 +89,8 @@ fontSize = "large")), xAxis = list( gridLineColor = gridLineColor, + gridLineDashStyle = "ShortDot", + gridLineWidth = 1, labels = list(style = list(color = axisLabelColor, fontSize = "medium")), lineColor = axisLineColor,