score:1
Accepted answer
Use maxPointWidth
or pointWidth
option to control the box plot width.
Highcharts.chart('container', {
series: [{
type: 'boxplot',
maxPointWidth: 50,
data: [
[760, 801, 848, 895, 965]
]
}]
});
Demo:
https://jsfiddle.net/BlackLabel/w86xv14d/
API Reference:
https://api.highcharts.com/highcharts/series.boxplot.maxPointWidth https://api.highcharts.com/highcharts/series.boxplot.pointWidth
Source: stackoverflow.com
Related Query
- How to set highchart boxplot size
- How to set PointIntervals per month in HighChart
- Highchart / Highstock how to set color of individual ohlc or candle?
- How to set series-label to false by default and change the color of series label text in highchart
- How to set border in column chart - Highchart
- How to set Highchart datetime format to minute?
- How do I set the highchart gantt headers as fixed when I scroll vertically
- How to set a Maximum yAxis range for HighChart graph?
- How to set the highchart and the table horizontally?
- How to set column colors, title colors , font size , font family in external css file for highcharts?
- How to set Precision-ToolTip in Highchart
- How to set up drilldown feature for multiple boxplot series in highcharter?
- how to set chart in center on full screen view in highchart
- how to add data from database and set it to data serie in highchart C#
- How to set highchart global options IN R
- how to set the height of subtitle in highchart without defining height of the container?
- Highchart How to set pie chart sliced distance gap wider to one another
- How to set highchart legend style?
- How to modiffy Highchart size with slide effect
- How to set an option in Highchart inactive by default
- How we can format the box size of timeline highchart
- How to set the static series name to the element result based on the categories in the HighChart
- How can i set the json encode result to the highchart series data using getJSON
- How to set different colors for bars based on value in Highchart bar chart?
- How to set color for non plotting Area in HighChart
- How to set different bar width in the same series Highchart
- How to reduce the general size of Highchart
- How to set a 24h range on the y-axis of a column highchart
- How to set Chart Size in Android Using MPAAndroid
- How to set the x-axis to start at the bottom of the chart in highchart
More Query from same tag
- Draw variable number of series with highcharts-vue and axios
- Django - can't get highchart to display data
- high charts - lost animation when pie chart sliced is programmatically set
- Highcharts conditional DrillDown not hiding DrillUp Button
- Highstock Range Selector Buttons to PDF Export Dropdown
- Animation behave differently between initial load and dynamic data series replacement in Highcharts
- How can I get a chart only with legends using highcharts
- Highlight slice of a pie chart in highcarts
- how to get categories values and spacing in label in highcharts
- Highcharts: Polar columns datalabels inside position
- Percentage in hctreemap2 of Highcharter using tooltip?
- How to add text when exporting a chart in highcharts?
- Crispy GridLineDashStyle
- Highcharts graph shows 265 series and no data after update to categories and series
- Setting Highcharts color theme using CSS
- How can I set a min/max width to highchart's columns?
- Make datalabels formatter for pie without slice
- Highcharts - Enable border for 1 column/bar only?
- HighCharts xAxis - tickInterval for month
- Sprockets::EncodingError in javascript files in Ruby on Rails3.2
- Change plotBands options after chart creation
- highcharts get all of the minimum points of the chart
- highcharts animation multiple charts
- Odd Scale Change When Updating Chart Type
- Highcharts: Wind Rose chart with JSON data
- Highcharts with object array
- Highcharts - Wrong date in tooltip
- Highstock multiple series irregular time
- Change Graph in the div using Drop Down List.
- Highcharts doesn't work on Heroku