score:3
you can use the column range chart type. see this official demonstration.
here is a sample of your apples (jsfiddle):
$('#container').highcharts({
chart: {
type: 'columnrange'
},
xaxis: {
categories: ['apples']
},
yaxis: [{
min: 0,
max: 100
}],
series: [{
data: [
[25, 75],
]
}]
});
Source: stackoverflow.com
Related Query
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- How to create a new Highstock chart with new Highchart and not jquery?
- How can I prevent my HighChart bar chart from being inverted?
- How do I select which columns from my CSV to chart with HighChart?
- how to create simple schedule chart with highchart
- How we configure highchart x axis start from first tick?
- How do I create a bar chart instead of line chart with HighCharts?
- How to start highchart column chart from left most corner of x-axis?
- Highchart bar chart start bar from centre instead of left
- Highchart how to create lollipop type chart with circle and line top/bottom at different positions
- How can I create a horizontal stacked bar chart with labels on the bars themselves as well as labels above the bars?
- How to make yAxis start from a specific time with bar series in highchart?
- How to make highcharts stacked bar chart start from a specific date
- how to pass multi sereis data with dual y axis chart in highchart
- Highcharts - How to start x axis from an arbitrary value
- How to display highchart y axis with constistant data
- How do you remove x-axis labels from a highchart.js bar chart
- How to dynamically change axis from linear to logarithmic in HighChart
- how to assign date time to highchart with intervals and date start
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to populate a Highcharts axis with string formatted data from a PHP array
- How to place x axis labels on top of horizontal bar chart
- How to use Highcharts React to create chart with multiple lines for same XAxis?
- How to create a highchart with 3 different series categories name
- How to create a single series bar graph with Highcharts
- how to add dynamic y axis in highchart from specific point of x-axis
- How to change color of bar in column chart with different level of percentage in highcharts
- How to make a chart with highcharts, load data from API
- How to create a solid gauge chart with Highcharts in angular 6?
- How to resize bar chart based on no of x axis categories in HighCharts
More Query from same tag
- Highcharts pattern plugin and wkhtmltopdf
- how to pass to or more list of series to set series
- highcharts: Object doesn't support this property or method IE8
- DataLabels formatter in Highchart for the first category
- Datepicker jquery-ui for angular highcharts-ng rangeSelector
- Highcharts grouped bar charts with multiple axes
- Memory leak in setInterval() method
- How can I write svg to a Highcharts.Renderer object?
- calculate the difference between 2 series in tooltip for highstock
- update table as we click on the stacked highchart based on some logic
- How to get current width of highcharts column
- display vertical lines and horizontal lines on plots
- How to change Highcharts graph with HTML radio button input (JS/jQuery)
- No animation when using addPoint()
- Issue with tooltip on Highcharts with multiple series added dynamically
- Highcharts formatNumbers displaying labels and axis incorrectly
- Highcharts diffent color @ Temperature Line
- Custom field name in ECharts
- How to add 3d Highcharts - Countour plugin in angular 8. Tried Multiple ways but still getting error
- Highmaps country map not showing when using type: "mappoint"
- Highcharts Pie Chart - Showing Negative value as "null" in legend
- How to use Highcharts regression plugin to plot a trend line using angular 8 wrapper
- Centering a data label in Highcharts Bar Chart
- ERROR TypeError: series.addPoint is not a function - Angular highcharts
- Highcharts export web war does not work on Weblogic server
- Jquery, highchart: render plot on button click, roll backs
- Highcharts with DHTMLX menu appearance
- On-click event display data on heap map in highcharts
- space proportional between points in x-axis
- Highcharts: How to resize chart from external JS?