score:3
Accepted answer
Drawing a custom line is the cleanest solution I guess - you can make that line responsive easily by hooking into redraw event and do re-positioning/resizing.
A series approach doesn't require a lot coding, just setting a few options. You can use a scatter type with a custom marker symbol.
Highcharts.SVGRenderer.prototype.symbols.line = function(x, y, w, h) {
return ['M', x, y, 'L', x + w, y];
};
{
type: 'scatter',
showInLegend: false,
enableMouseTracking: false,
marker: {
symbol: 'line',
lineColor: 'orange',
lineWidth: 6,
radius: 20
},
data: [
[1.15, 140]
]
}]
example: http://jsfiddle.net/g6fjjach/
Source: stackoverflow.com
Related Query
- Highcharts add single line to column chart
- I want to add a line to each column in a Highcharts column chart
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- Add line to 3d column chart in Highcharts
- How to add a line at the bottom of a column chart in highcharts
- I want to add a line from each part in column in a Highcharts stacked column chart
- Add dynamic data to line chart from mysql database with highcharts
- Add custom buttons in Angular Highcharts Line Chart
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- HighCharts pointPlacement option not working in a single column chart
- Highcharts add point to line chart with json
- how to add new index Highcharts column drilldown chart
- Highcharts column chart color by single color but with different brightness level as per respective column value
- Highcharts add a Mean line to BoxPlot chart
- HighCharts - Single legend for two columns in a Stack Column chart
- Updating single category data in Highcharts column chart
- Align X-Axis label on a straight line in Highcharts Column Chart
- highcharts column chart with line, need line start at bar start
- highcharts 3, line on column chart
- Add new series to the top of a highcharts stacked column chart
- Highcharts - Add a pie chart to a line chart
- Highcharts rendering line chart in single line
- Add a line on each bar for stacked and grouped column in HighCharts
- line and column chart in grouped categories in highcharts
- Isolate a single series on Highcharts line chart
- Highcharts column + line combination chart with multiple series
- Show Column and line chart together in drill down using highcharts
- Highcharts issues in add like 1/10 on top of the column chart
- Generate a line chart over column chart using highcharts
- How to create a column range chart in Highcharts using range and navigator functions?
More Query from same tag
- Wrap child when using 3th party plugin
- Bar with negative and neutral stack
- bar not displayed in Highcharts for Higher values
- Highcharts show days of month dates in X axis (from JSON file). tickInterval: not work?
- Trouble finding the correct crs value for bubble map on custom highmaps GeoJSON file
- Adding comma format to Highcharter tooltips
- Highcharts multiple legends
- Uncaught ReferenceError: Ajax is not defined onchange issue
- load data in highcharts from 2 different csv files
- Highcharts - second y axis and plotlines in x and y directions
- Angular4 with highcharts can't use world.js
- Using custom boundaries in high map
- Frequency distribution with JSON
- Highcharts-ng directive (Angular) not updating
- How to change the radius of the data point dots depending on the value/count in the data-yaxis-HIGHCHARTS
- Add a custom text tooltip that differs from point to point in Highcharts
- Date format issue in highcharts
- HighStock xAxis values separate from series "y" data
- Highcharts : smooth / anti-aliasing line
- HighchartsJS Click Event on iOS 6
- Highchart and php
- How can I set navigator's start&end in Highstock candlestick chart?
- highcharter: Fixing x-axis labels in a column chart with only one column
- Is there no way to turn off animation in Highcharts for multiple real-time curves?
- Highcharts basic bar graphs. How to remove strokewith from the bars
- Highchart: Line at bottom-border appear
- How do I make a Tornado Chart using Highcharts
- Fetching all the Project Name for a Project Cumulative Flow Chart in Rally
- Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"
- How do i export HIGHCHARTS chart to a .jpeg