score:2
Accepted answer
In general it's not easy task but possible to achieve. Crucial option is threshold
which sets translation you need. However, only one threshold per series is supported. Then to overcome that issue, we will use for each category different series, but connected to the first one using linkedTo
. Demo: http://jsfiddle.net/hNkAA/7/
In short, main series:
{
name: 'data1',
id: 'data1', //set ID for children series
data: [-12], //one series = one point for category
stack: 0,
index: 1,
//legendIndex: 0,
dataLabels: {
enabled: false
}
}
And connected series with different starting point:
{
threshold: 10, //base for that series will be 10, not default 0
name: 'data1',
linkedTo: 'data1', //link to master series
data: [[1, -10]], //set point only for second category
stack: 0,
index: 0,
//legendIndex: 1
}
Source: stackoverflow.com
Related Query
- highchart - how to encapsulate multiple series to one series as their parent
- How to set multiple colors in one series in highchart
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- How to have multiple highcharts with different series data in vuejs without repeating code
- How to put multiple HighChart in a page having different series value in different chart
- Highchart - adding more series to one of multiple synced highstock charts
- How to align highchart legend when using multiple pie chart in one container?
- Highchart Callback Refactoring not working, and how to display multiple series using multiple Ajax data
- How to get multiple series data in tooltip highcharts?
- How to display highchart series line marker symbol from tooltip formatter?
- highcharts - chart names for multiple pie chart series in one chart
- How to get multiple data series into Highcharts
- How can I include two data in one series on HIGHCHARTS?
- How to change series legend text color in HighChart chart?
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How to hide one series data info in tooltip using highcharts
- How to place labels on opposite Y axis in Highchart without a second series
- Highcharts, how to change hover bg color for series with multiple columns (categories)
- Highstock - How to add multiple series with JSON-Array
- How to hide empty column in column hightcharts with multiple series
- How to set series-label to false by default and change the color of series label text in highchart
- Set minPointLength for one of two series in highchart
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Highcharts - how to create multiple y axis and group the data series
- How to create a highchart with 3 different series categories name
- How to reformat a HighChart series to for CSV export
- How to export multiple charts in HighCharts to one file (png, jpeg, pdf)
- How to Use String value in Highchart Series
- Pan one of multiple Y axis for highchart
- How to add multiple series in highcharts synchronously
More Query from same tag
- Highcharts 3D Scatter Plot, pop up's and links after rotation
- Highcharts Multi-Panes and Scrollbar
- Highcharts Polar Chart - Specify Data Series & Tooltips for each Axis
- What if x and x2 values are same in X range highcharts
- Highchart Legend into another Element (div)
- Making columns wider in Highcharts
- sankey-diagram (skip column) highcharts
- HighStock chart from sensor data
- How to convert this require statement to import using systemjs / es6?
- Highcharts get PlotLine by id
- How to move line series in Highchart?
- Commas in tooltip of Highchart
- Using HighCharts with LARAVEL
- How to make border for sparkline highcharts table?
- Abbreviating values of chart in tooltip
- Highcharttable.js date format x-axis
- Why does HighCharts reverse the order of my series?
- Locate a dot with the same xpath in a highchart
- Issue on Setting Highcharts Spider Web Legend in One Iine at button of Chart
- In HIghcharts - Legend, Can we able to add just border bottom?
- Highcharts 3.0 Bubble Chart -- Controlling bubble sizes
- Highcharter: Add a string variable into a tooltip
- highchart datalabel one value is missing in label
- highcharts breaking when I input seconds
- How to dynamically create timeline chart on click of x-range chart in highcharts angular
- Highstock line chart series processedYData is wrong
- Is there a way of dynamically toggling the Highstock navigator to regain vertical space for the chart?
- Issue on Drilling Down and Up in Highcharts.js Using External Dom Buttons
- Series Not Working in HighCharts
- Highcharts or Fusioncharts,which one to select