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
- Datalabel placement - Opposite of of chart data (positive and negative values)
- Exporting multiple Highcharts that are generated by looping to a single pdf
- How to fetch value from another series or data
- Symfony2 - Highcharts rendering a blank div
- Highligligh particular areas based on X-axis data
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
- Programmatically set rangeSelector in Highcharts
- highcharts splines chart - large data should plot specific data only
- Highcharts not displaying tooltip title properly
- Heat map with time line
- How to save an image of the chart on the server with highcharts?
- How to implement Asynchronous drilldown in area charts in HIghcharts?
- highcharts dynamic spline with fluid size issue in table
- Highcharts border around plot
- Can I enable scrollbar for datetime x axis in Highcharts columnrange chart
- Highcharts & Angularjs: update chart from $broadcast in the main controller doesn't update the chart like a $watch would in the chart's controller
- Changing a pie chart into an arrow ring chart
- Change background color on HighCharts
- Why can't I enter text into a textarea control that is inside of the highcharts-container div?
- How to select a region of a Highcharts by a Javascript
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- Nested Donut chart with margins
- highcharts non numeric range on secondary yAxis
- Can color of data label be different inside and outside of the bar in Highchart
- Highcharts venn diagram is missing intersections
- Tile layout for highcharts legend items
- Creating a chart in angular2 to show the median value of given data
- Highcharts - Drag ColumRange
- Highcharts with a thick line - at 0 values the line is half hidden
- Highcharts chart keep increasing its height on browser resize