score:23
score:3
you have two options:
use plotline instead: http://api.highcharts.com/highcharts#xaxis.plotlines
change data format, with fixed min and max:
xaxis: { min: 0, max: 5 }, series: [{ type: 'column', data: [4.05,2.81,2.1,1.20,0.37] }, { type: 'line', name: 'globale biokapazität', data: [[-0.5, 1] , [5.5, 1]] }]
Source: stackoverflow.com
Related Query
- How to extend or highlight a horizontal line in Highcharts?
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- How can I put xAxis in highcharts starting in the horizontal line when all values are in 0?
- How to show horizontal line instead of a dot for a single value data in highcharts
- Highcharts - How to Highlight a specific portion of a line graph?
- How to draw a Horizontal line using Highcharts DotNet C#
- Highcharts highlight single point on line
- Highcharts - How to remove connecting line between fixed tooltip and point
- HighCharts box-plot: how to make it horizontal
- How do I set highcharts line graph point colors to an array of colors?
- How to plot line in highcharts on charts click event?
- How to customize the crosshair Line for Highcharts
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How to avoid horizontal scrollbar in highcharts
- How to parse JSON into HighCharts line graph?
- How to display a separating line in Highcharts exporting menu?
- In highcharts how do I change the color of the line above the categories?
- Echarts how to highlight area between 2 line charts
- How to cut off the line in highcharts between two pointI
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- How to change space value between grid and yAxis in Highcharts line chart
- How to highlight specific Point with Highcharts Js
- Highcharts - How to plot a X axis line on my bell curve (Standard Deviation Curve)
- How to edit tooltip in Highcharts C# code
- How to make legend color show up in Highcharts for a line graph under certain conditions?
- Highcharts Gantt - how to make the horizontal rows / lanes taller?
- how to use highcharts tooltip formatter in python code
- How to display line break for irregular time series with highcharts
- How to have a highcharts chart in a container of a fixed width, and with a horizontal scrollbar?
More Query from same tag
- JSQuery.load Highchart
- Highcharts-legend-item.last() disappears when changing tab
- Highstocks change range selector to dropdown
- Highchart - always show crosshair
- HighCharts - Add vertical lines from a desire point
- Highchart: show seconday y-axis tick positions 0 to 12
- Highcharts not displaying column chart
- Highcharts change colour of individual bar
- Highcharts incorrect pertange calculation
- Highcharts Combo Graph Overlapping eachother
- Highcharts - labels inside and outside a pie chart
- highcharts: set max value of yaxis issue
- Open Highcharts in modal window
- Converting DateTime to EPOCH time is returning a new Date
- change highchart data using radio buttons
- How to set all border widths except bottom border
- How to get the X axis value from HighChart on android on click event
- Highcharts downsampling - CSV
- Is possible to zoom with mouse in Highcharts?
- Stacked column inside drilldown - HighCharts
- Odd Scale Change When Updating Chart Type
- Highcharts - How to set a gradient theme for each type of graph globally?
- Highcharts Gauge not showing in Angular
- Can a Highcharts Polar chart have a logarithmic y-axis?
- Legend and DataLabels with different "names"
- Best Way to Visualize Large Number of Categories
- Date changes after going through $filter()
- HighCharts Bubble graph JSON as data source
- HighCharts PieChart with just one segment doesn't show a label
- How to disable certain option in the exporting option of Highcharts?