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
- Resizing Annotation shapes
- Highchart plugin creating different Y-axis scale on different browsers
- Highchart Gantt chart Navigator color
- HighCharts : Is it possible to customize the colors of individual series?
- User inputs in highcharts
- Highcharts add a Mean line to BoxPlot chart
- R highcharter plot points color based on value
- disappearing highstock series
- Execute a function after rendering of Graph completes
- Highcharts areaspline, not getting the default color for chart
- Highcharts - Include several charts in one container
- Flowing Merge of points with same x-axis in the same series
- Set equal height for funnel highcharts
- highcharts,highstock,symbol is undefiend
- Highstock custom datagrouping datetimelabelformats timeseries
- How can I display legend in two columns in pie chart
- Higcharts population pyramid with csv data
- Multiple y-axes causing range to have too much padding
- Rails - speed and time
- Issue in width of the chart
- How to specify a start point on highcharts stacked bar charts
- how to set the interval of points if I have 2 Y axes
- array and object handling in javascript for getting highchart json data
- how do you create custom buttons with highcharts that each data buttons calls anather php script for its data
- How to set different colors for bars based on value in Highchart bar chart?
- R Highcharter: tooltip customization
- redraw funnel chart in highchart when a segment is removed?
- PieChart only shows one element
- Is there a way to have a toggled legend item save its state on refresh?
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts