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 Articles
- How to set highchart boxplot size
- Setting variable column size in bar highchart (Rshiny)
- Shiny: Increase highchart size on button click
- Custom Font Size Highchart Word Cloud
- Resizing Highchart based on window size
- Highchart Pie Chart label size in Wordpress
- Strange character in the Highstock source code
- Highchart boxplot zones use median instead of high as threshold
- Highchart reduce gap size in heatmap and data missing
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Highchart legend overlapping when change window size
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Column based Highchart drilldown series assign color code to each column
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- How to modiffy Highchart size with slide effect
- How we can format the box size of timeline highchart
- Make a boxplot in highchart with a date object in the x axis
- Highchart - Boxplot - Extra category shown with no data
- HighChart boxplot with mean line
- How to reduce the general size of Highchart
- why my highchart code is not working?
- Gauge chart Highchart size of the graph issue
- Sort stackbar chart in highchart based on size of each stackbar
- How i can increase size of legends in line Highchart
- How to render Gantt Highchart from data source
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- Add Y axis to highchart dynamically at bottom of the 1st chart without reducing the size of the previous chart
- I am trying to include india map in my highchart code
- Highchart flags goes out when range selector is set to entire size
- Highchart map does not support IRS country code
- multiple series in Highcharter R stacked barchart
- Angular: Programatically adding multiple y-axes to highstock with navigator
- Why doesn't HighCharts render when I pull it in with Ajax?
- How to handle mousedown event on chart part?
- Highcharts: converting millimeters to pixel
- Highcharts - how to display a chart with stacked and un-stacked columns side-by-side
- Highcharts custom export hidding on Reset
- Highcharts - Stacked Bar Column - Total Value of Stacked Bar not Correct with Negative and Positive Values
- Highstock Change date format dynamically on clicking range selector button
- Set max & min xAxis value for scrolling
- Example to show/hide data with buttons/checkbox in Highcharts?
- Reverse highmaps legend values or color OR draw legend color from other attribute instead of value in series
- Issue with Dates - trying to plot MongoDB data in Highcharts via PHP
- Highcharts javascript
- Use series data but display custom text on top of columns Highchart
- CSS positioning multiple graphs
- Highcharts: Flush chart against the sides
- How to change value with count data
- Highcharts column chart rendering transparent columns in IE8
- Can I add custom data for highcharts RSI indicator?