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 Query
- 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
More Query from same tag
- Highcharts - Stack Chart to Stack Chart in Drilldown
- How to set the static series name to the element result based on the categories in the HighChart
- Highcharts: Difference between onMouseOver vs onContainerPointerMove?
- Highcharts push chart to left of subtitle
- How to pass all the data in dataframe that extract from excel sheet to highchart?
- Dynamically update subtitle on Highcharts chart?
- response with status 200: ok
- HighCharts - destroy before writing a new chart (to prevent memory leak)
- Highcharts - how to show/hide multiple data labels on mouseOver and mouseOut
- Highchart export, execute function after completion
- Echarts how to highlight area between 2 line charts
- Draggable Highcharts SVG Element
- react-highcharts alignThreshold
- Toggle specific highcharts when checking/unchecking checkboxes
- Object function() {location.href = this.options.url); has no method 'apply'
- live chart for heartbeats
- Changing the cursor in highcharts
- Convert DataTable to array for highcharts
- Highcharts line chart tooltips not showing correctly?
- Adding text dynamically to point popups in highcharts.js
- Highcharts: some columns are missing when a bar chart changes to a column chart
- Jquery Highcharts is not loading when using with common function?
- Highstock: custom tooltip ignored after zooming out
- How to draw vertical lines on Highcharts graph?
- Highcharts - How can I decrease space between categories?
- Highcharts: only show part of a map
- Retrieve data from Parse.com and Display it in amcharts.js or highchart.js
- States Not Working on Highmaps mappoint click
- Add label for highcharts in first element
- How to enable dates that match with the data in rangeselector?