Increased plotly geo plot text size so legend items are larger than 24px x 24px
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Package: AVSDevR.MarineNoiseRegistry
|
Package: AVSDevR.MarineNoiseRegistry
|
||||||
Title: Marine Noise Registry Common Code Package
|
Title: Marine Noise Registry Common Code Package
|
||||||
Version: 1.0.0
|
Version: 1.0.0.9000
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
||||||
Description: Comon code and assets for all of the Marine Noise Registry
|
Description: Comon code and assets for all of the Marine Noise Registry
|
||||||
|
|||||||
@@ -181,6 +181,10 @@ MNR.GeoPlot <- R6::R6Class(
|
|||||||
private$addJNCCLayers(with_jncc_layers) %>%
|
private$addJNCCLayers(with_jncc_layers) %>%
|
||||||
private$addConservationAreas(with_conservation_areas) %>%
|
private$addConservationAreas(with_conservation_areas) %>%
|
||||||
plotly::layout(
|
plotly::layout(
|
||||||
|
font = list(
|
||||||
|
family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
|
||||||
|
size = 15
|
||||||
|
),
|
||||||
mapbox = list(style = "carto-positron"),
|
mapbox = list(style = "carto-positron"),
|
||||||
legend = list(
|
legend = list(
|
||||||
groupclick = "toggleitem",
|
groupclick = "toggleitem",
|
||||||
|
|||||||
Reference in New Issue
Block a user