score:2
Accepted answer
You need to set lineWidth
for xAxis, to overlap plotBorderWidth
, see: http://jsfiddle.net/3Nczq/
$('#container').highcharts({
chart: {
type: 'line',
plotBorderColor: 'red',
plotBorderWidth: 2
},
title: {
text: 'plotBorderWidth is set to one pixel'
},
xAxis: {
lineWidth: 2,
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
},
series: [{
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}]
});
Source: stackoverflow.com
Related Query
- How to set all border widths except bottom border
- how to dynamically set the minPointLength except 0
- How to set border in column chart - Highchart
- In Highcharts, how can we separatedly set up the border color of each block in a Pyramid chart
- How do I set the margin to bottom of a chart in HighCharts to zero?
- Highcharts: How to change colors of all areas except hovered one on MouseOver event in area plot
- How to set border for a highcharts pie?
- How to use 'compare' for all series except one
- how to set border radius for stacked bar in highcharts
- How to set a different border line of every single point or serie in Highcharts scatter plot?
- How to set tooltip border color from series in Highcharts
- How to set border on a 3d pie highchart?
- How to set the x-axis to start at the bottom of the chart in highchart
- In highcharts, how do I get all categories showing with multiple series and xAxis type set to category?
- How to set Highcharts chart maximum yAxis value
- Highcharts Series - want to show/hide all EXCEPT selected series (reversal of default logic)
- how to set the interval of points on Y - Axis highcharts
- Highcharts How to Show Loading Animation At Set Data
- How can i hide all the Series in highcharts at a time
- How can I remove the white border from HighCharts pie chart?
- r - How to set xlim and ylim range in a highcharter plot?
- Highcharts - How to set custom colors for the series
- How do I set a minimum upper bound for an axis in Highcharts?
- how to set dynamic data in highcharts
- How to set a static minimum value for axes in Highcharts
- Set stacking column graph colors from the bottom up
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- Highcharts: How to set dataGrouping
- How to set PointIntervals per month in HighChart
- How to show all values at datetime axis in highcharts?
More Query from same tag
- Correction chart view with Highcharts
- Max & Min highchart line
- Highcharts custom pattern fill shows different stroke width
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- highcharts Scatter Chart not loading with LOTS of data
- Highcharts - Property value does not exist on type Point Angular 12
- Highcharts tooltip image
- Add Additional Information In Tooltip R Highcharts
- Change Font dateTimeLabel Highstock
- Jquery Highcharts is not loading when using with common function?
- Highcharts issue when dealing with 3D pie and large labels
- Highmaps from sharepoint data
- Symbol-outline with pie chart -or- custom legend symbols
- Highcharts displaying Date axis from milliseconds
- Clickable Data Labels in Highcharts-ng?
- HighCharts Dynamically add flags
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- Modify the color of series in highcharts-ng
- Highstock Highcharts date time data on Xaxis
- minPointLength is not working for horizontal Trellis bar charts in Highcharts
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Adding Text into Center of Pie Graph highcharts
- How to get my categories with date in xAxis?
- Highcharter/Highmap: change legend label format for billions
- Handdrawn Lines for Highcharts
- HighCharts: how to draw a radar plot showing different scale labels on each axis?
- Highcharts How to add data label to last data point of a series
- Getting data from mysql and drawing a chart
- Set max y axis point 10% greater than current max - Highcharts
- Which web charting libraries export well with Wicked PDF?