score:10
Accepted answer
Can you use the the renderer
to draw the line?
Here is the API doc for renderer. Look at the path
function.
Also check the Try it for jsfiddle for path
function.
score:6
You can also check the addPlotLine
or addPlotBand
methods (http://api.highcharts.com/highcharts#Axis.addPlotLine and http://api.highcharts.com/highcharts#Axis.addPlotBand).
It may be easier and quicker to use than drawing a SVG path, unless your line isn't straight.
Source: stackoverflow.com
Related Query
- drawing custom lines on highchart graph
- Drawing a simple graph using projected lines
- Highchart changes chart width when user hides the graph lines
- How to plot multiple lines in a single graph using HighChart with JSON
- Highcharts Spline not drawing graph lines for first 30 points.
- Irrelevant graph lines in highchart
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Highchart columnrange, color code lines based on data
- Highchart specific width stack column bar graph
- Drawing horizontal lines parallel to x axis using highcharts.js
- Series markers disable on lines and enable on legend in Highchart
- How to pass custom data into Highcharts graph click event
- Highcharts not drawing lines between points
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How to align HTML span at center of highchart donut graph with responsive design?
- Adding a custom tooltip to a bubble chart / highchart
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- Add custom logo to Highchart graphs
- Remove Image/Symbol from Highchart Graph
- How to add Highchart Bar lines and lables?
- Custom Marker (Rectangle with rounded corner) for highcharts scatter graph
- highchart not shown data graph
- Highchart custom label doesn't seem to work with data:image/png;base64
- Highcharts export with custom HTML graph
- how to apply text-align center property to highchart custom label
- Highchart js bar graph label left alignment
- Highchart Treemap: forcing layout on 3 lines
- Tooltip doesn't display on highchart graph
- html button not firing event to the required graph container firing to different graph in Highchart JS
- how to make above highchart graph responsive on window resize?
More Query from same tag
- get yAxis labels as 10% of the categories of xAxis
- Tooltip in highmaps is not working .Unable to show the data from the json onto the highmap
- Is there any way to know whether a highchart DOM is complete rendered?
- How to add custom exporting button in highCharts?
- Assign colour to specific data in Highcharts depending on data type dynamically
- Building HighCharts-Export Server 2.1 Fails
- Highcharts/highstock set yAxis Min and Max with Scroll
- ScatterPlot Point Click Event Not Working
- Highcharts custom pattern fill shows different stroke width
- highchart maps: mapbubble set custom x,y coordinates for the series for bubbles on same country
- highcharts gauge chart height taking extra space
- How to increase spacing between sideway bar charts in highcharts?
- Stack labels not rendered correctly when exporting Highcharts graph
- HighCharts - Disable Mouse Over when a Point is selected
- How to display Δ in Highcharts category labels?
- highcharts range selector dosen't show plot
- How to center chart title position dynamically inside pie chart in highcharts
- How change Highchart minimum value
- Highcharts Legend: Overlapping Chart on Small Screens
- How to set xaxis label according my json result data?
- Highcharts / Highstock datetime null data connected even with connectNulls: false
- Highstock: DataGrouping & Approximation (average) on timestamp values
- Highchart gantt chart no overlapping
- Filename not assigned to csv export in HighCharts on Mac
- HighCharts series Z index
- how to set fieldnames in high chart?
- Highcharts read data from XML throught attributes
- How to delete graph on click
- highcharts x-axis not showing with series of just one value
- Scope not updating UI inside the success function of http.get