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
- Highchart tooltip issue
- Hight Chart Dynamic Json Value is not loading in Series Data Section but Static Value is Loading Finely
- How can I add enhanced tooltip content to heatmap
- How to make highchart span over whole x-axis?
- How to add line which runs through origin (from positive to negative) on a scatterplot - highchart
- Chart Title overlapping on chart
- GWT Highcharts, Java, and xml UiBinder?
- Highcharts:Legend and title overlap pie chart when updating data
- How to change the color of single point in spiderweb chart
- Highcharts.js setting a threshold value for changing column color
- Highcharts breaks on axis
- Highcharts: Value will not be updated
- Highcharts with json from django query not rendered
- Highcharts datalabels getting scrambled on drilldown
- How can I focus or change label color on mouse-hover in Timeline Highchart?
- Highcharts Percentile Distribution Graph issue
- How implement a ball similar as in this image use Highcharts?
- Highcharts/Highstock running laps
- How To Use Epoch Time With Highcharts Series Data?
- Setup of Highcharts and PhantomJS on Windows 7. JSON string parse error
- Highcharts overlay multiple datetime series
- Want to avoid spacing between each stacked bars in highcharts?
- How to offset HighCharts data?
- Correctly plot time series in Highcharts/Highstock
- How to change HighChart xAxis timeline to match local time and not UTC?
- Selecting a point by ID using Highcharts
- How to implement the KDJ indicator calculation in highcharts
- Highcharts series (column) names of x axis
- Highcharts - is possible to have stackLabels only for a subset of the series?
- align text on the left and the right in Highcharts