score:1
Accepted answer
You can set right pointPlacement
property for line
series:
series: [{
name: 'X',
type: 'column',
color: '#F4811F',
data: [1, 1, 1]
}, {
name: 'Y',
type: 'column',
color: '#8EB950',
data: [1, 1, 1]
}, {
name: 'Z',
type: 'column',
color: '#5C97D3',
data: [1, 1, 1]
}, {
name: 'AvgX',
type: 'line',
lineWidth: 4,
pointPlacement: -0.2,
color: '#F4811F',
data: [2, 2, 2]
}, {
name: 'AvgY',
type: 'line',
lineWidth: 4,
color: '#8EB950',
data: [3, 3, 3]
}, {
name: 'AvgZ',
type: 'line',
lineWidth: 4,
pointPlacement: 0.2,
color: '#5C97D3',
data: [4, 4, 4]
}]
Live demo: http://jsfiddle.net/BlackLabel/m4y0xepo/
API: https://api.highcharts.com/highcharts/series.line.pointPlacement
Source: stackoverflow.com
Related Query
- How to display highchart series line marker symbol from tooltip formatter?
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- How to move line series in Highchart?
- 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 place labels on opposite Y axis in Highchart without a second series
- How to set series-label to false by default and change the color of series label text in highchart
- Highchart how to animate from the xaxis bottom line upward
- how to change color of line chart in highchart based on a categorical column in r?
- How to create a highchart with 3 different series categories name
- How to use for loop array to add series dynamically for line chart
- How to reformat a HighChart series to for CSV export
- How to Use String value in Highchart Series
- How to feed series data that has x axis and y axis values in line highcharts?
- How to make two charts using highchart show up in the same line side by side using div
- How to display line break for irregular time series with highcharts
- Highcharts: how to change line color when hovering a scatterplot series
- Plot Highchart multiple series line chart using JSON data
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- how to add an color picker control to highchart for changing the color of series by user
- How do I move the title-label of a polar (spider) graph with HighChart 4?
- how to continue the graph line when missing series of data in middle of highcharts
- How to add a line break in Highchart legend in R?
- Highchart : How to plot Stacked bar graph with line by below JSON respons
- Highchart - how to control gap between series
- How to update HighChart series inside setInterval method
- How do I add an array of data points to a Highchart series
- Highchart Line chart – data series with multiple axis - 2nd series placed in the middle of X axis
- Highstock: How do i display the series name along the line
- How to combine 2 series in area chart - Highchart
More Query from same tag
- drawing custom lines on highchart graph
- Grouping x axis labels for histogram in high charts
- setRequestHeader Error When Saving Canvas as Image on Server
- Highcharts - on zoom start Y axis from 0
- How to change tooltip valueSuffix after chart is rendered?
- Highcharts: displaying data sets from one series
- How to set Highcharts labels width to 50%
- How to add a label to axis
- How to implement highcharts navigator with 24HR and weekly zoom filter?
- HighCharts chart asp.net mvc rendering
- the milliseconds data is not present in the history data of highcharts
- Highcharts: markers not displayed
- Can I set a default color for all texts in Highcharts?
- Highcharts y axis and x axis display
- Type 'number[]' has no properties in common with type 'XrangePointOptionsObject' in Angular8 using Highcharts
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- Highcharts JS: Gap between X-Axis labels is too thin
- Trying to figure out how to assign specific colors to specific data points in Highchart Pie chart
- refresh data using scriptblock vb.net
- Highchart graph not displaying via Django
- Highcharts: Shared tooltip for heatmap
- How do I use Highcharts to display candlestick with small values?
- Scatter tooltip of highchart is not being displaying
- Highcharts: Display average hour values from a series of quarter-hourly values
- Highcharts: highlighting line chart series on legend hover
- Highcharts Line Chart Drill down into multiple series
- Stacked Column Chart With Unequal SubGroups in HighCharts.js
- Line chart series drilldown to another linechart series
- How to highlight items in scatter plot in highcharts
- set Highstock xAxis range within options object