score:1
Accepted answer
You could set the borderColor
of the chart via hc_chart()
:
library(highcharter)
hcmap("countries/nz/nz-all") %>%
hc_chart(borderColor = "darkred", borderWidth = 10)
Source: stackoverflow.com
Related Query
- Add borderColor for map Highcharter R
- How to add data labels for a treemap in highcharter in r?
- Add additional data to a Highcharts series for use in formatters
- Customize bubble map with highcharter
- In high chart how to add event for label click
- Add plot line to heat map
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How to add box shadow for highchart chart?
- How to use add series and update methods in the high chart wrapper for angular?
- Highcharts JS- add third variable to tooltip for two series
- Highcharter Map with Categorical Variables in R
- Drilldown United states city/county map from states using highcharter
- Highmaps: what is the code for a county?
- Highcharter R custom button for log axis
- HighMaps Only Displaying Color For Last Series In US Map
- How do i add mouse wheel code in Angular2 highcharts in typescript
- R Highcharter map from customized shapefile
- Heat Map With Red Color Range For Negative Values And Green Color Range For Positive Values
- how can i add in highcharts a different dashStyle just for a part of the graph
- Customize colors for boxplot with highcharter
- How to use for loop array to add series dynamically for line chart
- Why does GeoJSON map looks stretched in Highmaps for WSG84?
- How to add comma formated labels for Y-axis in Highcharts?
- is it possible to add a legend for bubble size in high charts?
- R - Highcharter how to add horizontal dashed line?
- R Highcharter map with hc_motion
- TypeError: p is not a function while calling map function in angular 4 for fetching series for bellcurve highchart
- Highcharter - add multiple text annotations
- Framework for plotting latitude longitude in a map based on country, state and district depending on the zoom level
- how to add dashed border on highcharts "area" graph for every point
More Query from same tag
- Why are there disabled buttons in HighStock Range Selector?
- When changing data, why is the data reduced every time the button is pressed?
- Sending a value from html to controller in angularjs. Issue with scope?
- Can we have multiple callout in timeline chart for single point?
- Highcharts overlapping category labels
- Changing the figure background color in Highcharts?
- How can i create doughnut chart using oxyplot in xamarin.android?
- Highcharts - manually trigger hover event on a point
- HighCharts + xAxis label formatter
- Highcharts: Stacked area tooltip showing wrong value
- Charts using Rally
- Highcharts Highmaps prevent initial zoom effect
- How to increase the height of highchart?
- How to get data for series and categories in highcharts-convert.js from mysql
- Displaying or aligning to End of Month, in X-Axis
- Marker should follow Cursor
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- PHP & Javascript Date Issue
- how do you set the yaxis values in highcharts
- Highcharts with database
- Highcharts not rendering
- Is there any way to test the highcharts with large data-set with Jest and React.?
- why foreach doesn't work inside my highchart and when i splet the array it works?
- Highstock / Highcharts dataGrouping points outside of viewport / canvas
- How to set the x axis dynamically in High Charts 2.3.5
- how to calculate the minimum and maximum of treemap
- How to change time frame of the candle stick chart in Highcharts (Highstock)?
- Is it possible to center the labels and data points between the ticks in a datetime xAxis for Highcharts?
- Highcharts: how to change text and background colors
- javascript display multiple Highcharts using single function