score:1
Accepted answer
you could always set your drop-off series as a columnrange
type.
series: [
{
data: [300, 150, 85, 75, 35],
pointwidth: 60,
datalabels: {
enabled: true,
rotation: 90,
color: 'white',
align: 'right',
inside: true,
x:-10,
style: {
fontsize: '25px',
}
}
},
{
type: 'columnrange',
data: [[0.5,150,300],[1.5,85,150],[2.5,75,85],[3.5,35,75]],
color: '#ff8546',
pointwidth: 20,
grouppadding: -0.2
}
]
see update fiddle here.
Source: stackoverflow.com
Related Query
- Highcharts - position column chart from the top
- Add new series to the top of a highcharts stacked column chart
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Highcharts issues in add like 1/10 on top of the column chart
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Highcharts column tooltip - always on top + fit the container
- Get the end points of each bar in a highcharts column chart
- how to animate the move of a point from a position to another in a HighCharts scatterplot
- Get highcharts chart column position
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- How can I display crosshair labels on top of the chart with Highcharts
- Click a point on a highcharts graph from outside of the chart
- Remove gap in Highcharts column chart from null value from JSON file in React
- HighCharts column chart populated with series data from a function
- Highcharts & Angularjs: update chart from $broadcast in the main controller doesn't update the chart like a $watch would in the chart's controller
- Highcharts gantt or any chart x-axis scroll position to be at the start/left side on loading chart
- I am using click event to trigger a new page to generate the drill down data from highcharts however the entire chart is being generated
- Highcharts column chart with data from mongodb
- x Axis Labels are cut off from Highcharts Column Chart
- Highcharts : Disable top spacing from column graph
- HighCharts Stacked Column Adding Onclick Event to the chart
- Highcharts Column Chart overflowing the plot area
- Highcharts Stacked Column chart from JSON not charting correct values
- In highcharts, is it possible to make a bar in a column chart with its top bordering the edge of the chart area "on top" of the chart border?
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- How to reference yData from another series in each category of a highcharts column chart
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- Hide axes when drilling from column chart to pie chart in Highcharts
- Configuring Data Table from Highcharts Basic Column Chart
More Query from same tag
- Highcharts in Bootstrap tabs: non-visible chart breaks on window resize?
- Is it possible to change the color of animating digits in Highcharts
- Enable/Disable `Navigator` pane in Highchart
- Highlight tooltip shared item depending on hovered serie in Highcharts
- Highcharts/Highstock add shapes/flags to multiples panes not just the first pane
- Can not exporting renderer shapes added in callback function in highcharts / highstock
- arrow of line chart highcharts
- create a donut chart using highchart using jquery json object
- Basic highcharts plugin, need to remove line between point
- Highcharts remove theme background before printing
- how to change highstock date to persian date
- Highcharts large data set clustering
- Highcharts 7.0.3 with Xpages/dojo
- Highcharts, on column or x-axis category click append job number to page url
- Increase size of rCharts on Shiny Dashboard
- How to generate proper csv file format using javascript
- Is it possible with Chart js or which chart Library can provide this type of chart?
- Chart is not rendered and throws script error, if yaxis contains null dateTime data and useUTC is false
- my first highchart
- Highchart first category label is not wrapping
- HighCharts not showing anything
- How to force a line break without using <br/>
- High charts and expression language issue - Syntax error on token "{" expected
- What's the correct .csv format to make a pie chart in Highcharts?
- Highcharts - Line Graph Marker Rendering Unreliable?
- How to get different colors for every column in a stacked column chart
- HighStock Area Charts - Add Two Series
- Highchart click response time
- Highcharts - How can I get the name to display in the pie wedges?
- Can I use different if-conditions in Highstock-code?