score:1
Accepted answer
You should use pointPlacement
, but set per particular series. I prepared a minified demo for you:
series: [{
type: 'scatter',
pointPlacement:-0.2,
data: [51,73]
},{
type: 'scatter',
pointPlacement:0.2,
data: [8,7.6]
},{
type: 'errorbar',
pointPlacement:-0.2,
data: [[48, 51], [68, 73]]
}, {
type: 'errorbar',
pointPlacement:0.2,
data: [[6, 8], [5.9, 7.6]]
}]
Source: stackoverflow.com
Related Query
- Align second scatter series to the side similar to how column and bar charts do using HighCharts
- Highcharts : How to align column chart and bubble chart vertically in the same series
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts: How to move the column bar to the left most side when there is only one point in drilldown
- How to Increase minimum point value and the color of series in advanced accessible charts in Highcharts by making it traverse
- How to apply borderRadius only for top side of Column or Bar in Highchart
- How to know information about the clicked bar in highchart column r shiny plot
- How to position datalabel at the base of bar series
- How to set the x value for High Charts error bar
- How to use add series and update methods in the high chart wrapper for angular?
- How do you set the stack order of the series in a stacked bar chart?
- How to achieve the best possible performance with mutable data and real-time charts in React?
- How to set series-label to false by default and change the color of series label text in highchart
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- How to show Legends for all the series data in stacked column chart Highcharts?
- Highcharts - how to create multiple y axis and group the data series
- Highcharts-How to align shared tooltip on the top of column in multiple series column chart?
- How to render the missing data series and fix the dates on the x-axis in Highcharts?
- How to loop the data[] series with php and mysql
- How to make two charts using highchart show up in the same line side by side using div
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- How to draw a bar chart that one series has both positive and negative values in Highcharts?
- Highcharts how to align two charts yAxis on the same line
- How to have first level as column chart and second level as Fixed placement columns in drill down highcharts
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- How to set the padding and placement if we have more than 16 data in the series
- Gap Occurring between tooltip and the graph in Combined Column and Scatter Graph
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- How to show the value in top of each column bar | Hightcharts | Vue-chartkick | Cube Js
More Query from same tag
- highcharts series type 'flags' do not show point out of series
- Loading JSON data in Ruby on rails to use HIGHCHARTS
- Draw sankey when multiple entries have the same name
- How to change the point color to red that is lowest point plotted in the graph and 2nd issue is animation effect is not supporting in the ie10,ie8
- Bar with negative and neutral stack
- Highstock charts error: this.labelBBox is undefined line 30
- Why does highchart add a padding for a certain bar chart?
- How to auto adjust the bar with respect to the plotBand option in xrange highcharts?
- Is it possible to have different colored graphs in a single series in HighCharts?
- SVGRenderer function
- Highcharts maps with decimals
- How to drop the decimals from Highcharts 3D columns and tooltip?
- Set left and right border-like on highchart
- Highcharts solid gauge not coloured entirely
- HighCharts x-axis label padding
- Is there a method to calculate quartiles and outliers of a boxplot(highchart) directly in JavaScript
- Highcharts Label Formatter Issue
- Different Depth In 3D BarChart in Highcharts
- Highcharts Annotation Position/Top Is Incorrect Upon Initial Rendering
- how to pass data in Highcharts(Line Graph)
- Hide the First Value Data in Series HighCharts
- Fast way of graphing db statistics onto a webpage
- Highcharts with json from django query not rendered
- Highcharts: Change color of bubbles in one serie
- Highchart, CSV and 48h timeline, show last 48 hour data
- Highmaps in Typescript: Maps not being dipslayed
- Use different markers in the same series of an irregular time highchart
- Highcharts - Remove "hover" state from chart point (that was set externally)
- Highcharts mouse over point information
- Change color of area chart programmatically in highcharts