score:1
Accepted answer
The line is being sliced in half since it appears on the edge of the drawing "canvas".
Try these yAxis options:
yAxis: {
tickPositions: [-3, 0, 3],
gridLineWidth: 0,
max: 3.1,
endOnTick: false
},
Update fiddle.
For Lower end, just set a min with the max value-->
yAxis: {
tickPositions: [-3, 0, 3],
gridLineWidth: 0,
max: 3.1,
min: -3.1, // I added this!
endOnTick: false,
startOnTick: false // and this!
},
Yet another fiddle.
score:1
Possibly bug, reported to our developers here: https://github.com/highslide-software/highcharts.com/issues/2099
Thank you for suggestion.
Source: stackoverflow.com
Related Articles
- Highcharts.js draws ugly series line
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts shared tooltip for line series and scatter plot not working
- highCharts flags - drop line from flag on series
- Highcharts multiple series line charter, markers become invisible
- Line series graphs gives error on resizing - highcharts
- Highcharts won't draw line when series values are all 0
- How to display line break for irregular time series with highcharts
- Multiple series data Highcharts line
- Stop Highcharts from cropping the series line between points on the x-axis
- Display series labels at the end of each line in Highcharts Editor
- how to continue the graph line when missing series of data in middle of highcharts
- Highcharts Combination Chart: Column covering line series marker
- HighCharts - do not crop series line on max value
- Highcharts mouse tracking behaviour with multiple arearange & line series
- HighCharts line series not displaying properly with stacked bar combo chart
- Highcharts Single Line series JSON date data format
- Highcharts click events not firing when displaying multiple line series
- Highcharts series visibility with csv data source
- Highcharts events issue with plotbands in Date Range Line Series
- Highcharts ( stockchart series line is not connecting to the last point
- Highcharts Line Chart, display series name at the end of line series
- Highcharts series line width is not stable
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts show two line series with same values
- change particular line chart series colour dynamically in highcharts
- Highcharts series label legend in one line
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Highcharts opacity of series color in line chart not active
- highcharts not plotting json string containing x,y pairs (string, float). how to fix?
- Error while clicking links on highchart columns
- How to add another series into my highchart
- Highcharts: resize plotBand if plotLine moves along xAxis
- Y axis values merging with candles in highcharts
- Chart series point added not sync with X axis
- Single series drilldown to multiple series Highcharts
- Highcharts rendering line chart in single line
- Highcharts custom formatting/coloring of category labels
- defining highcharts in body
- Sliding the data of the line highchart
- Highchart - Plot missing DateTime values on xAxis
- highcharts: edit data labels style in css file
- Highcharts - Exporting with credits in IE 7/8
- reverse highcharts heatmap legend
- Highcharts - How to display legend symbol inside the tooltip
- Uncaught TypeError: $(...).highcharts is not a function in aspx web page with master page but it is working with basic html page
- Function to change the Highcharts fontSize
- creating a chart using a count query on repository in symfony
- Hichcharts Add Button to toggle between Series