score:0
i think the cut line comes from the fact that you have a 5px linewidth in your config. so in order to have the line not cut, you need to put it a 3px below where it is now, so that it has 2 pixels on top available (2pixels top + 2 pixels bottom + its pixel position = 5 pixels).
let b = [97,97,97];
jsfiddle: https://jsfiddle.net/8w5roqpt/
note that you could also increase the max size of your graph (yaxis.max): https://jsfiddle.net/sk4n9gp0/
score:0
setting the series.clip
as a false is a solution which you are looking for.
demo: https://jsfiddle.net/blacklabel/aph9tg78/
chartdata.push({
clip: false,
name: 'b',
type: 'spline',
date : 'b',
data : b,
color: 'blue'
});
simplified demo: https://jsfiddle.net/blacklabel/483obfrw/
Source: stackoverflow.com
Related Query
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- Is there a way how to dynamically create a plotline in highchart when the value is lower than previous one?
- How do I prevent Highstock right range handle keep slipping off the max value when adding data
- How do I set the highchart gantt headers as fixed when I scroll vertically
- How can I get inner slice when clicking on an outer slice in a HighChart donut chart?
- Highchart bar chart: X-Axis label is cut off even when there is space between chart and label
- How can i show the count value as well as % on my highchart pie chart?
- HighCharts - How can I turn off the points?
- How to set Highcharts chart maximum yAxis value
- How can I get the max value of a y axis at highcharts?
- Highcharts: How can I take X-axis value in tooltip?
- Highstock: When legend under the chart has many items, the chart height is small. How can I fix the height?
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- How can I generate a real-time highchart from my database data?
- How can I update a total chart value in legendItemClick callback?
- Highcharts, How can I change the datalable distance in a pie chart based on the value
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How can I prevent my HighChart bar chart from being inverted?
- How can I change the scale of the legend in highcharter in R?
- How can I customize a Highchart filename?
- In highchart Y-axis plotline labels get cut off
- how to get the axis value when I click on a cursor in highstock(high charts)?
- When using canvg to convert Highchart SVG into PNG, all text appears twice - how to solve?
- How change Highchart minimum value
- How to fill dynamic json value in drill down highchart
- How to cut off the line in highcharts between two pointI
- How I can customize the file name when exporting using the plug-in CSV in Highcharts?
- How can I disable the Highstocks range selector buttons when loading data asynchronously?
- Highchart how can i give frame like this?
- How to Use String value in Highchart Series
More Query from same tag
- Tooltip help in HighCharts Column chart
- Group records in Rails for a chart?
- React Highcharts piechart show tooltip on click outside of highcharts container
- High chart area range graph with different border color
- Make the chart display current year in HighChart
- Show Pie Chart Name as Title
- Multiple Gauge Chart
- dynamic chart with Highcharts using json
- Multiple series in Highcharts with multiple drilldowns
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- How to render highcharts from external json for multiple series
- Pass data in form of variable -Highcharts
- HighCharts: Displaying 3 vu-meters
- High chart how to process config if get config from DB and it contianed a function?
- change distance of x-axis labels from axis in highchart
- Bind dynamic Json data in pie chart
- Ember component being overwritten instead of repeated
- Highcharts while collecting JSON and changing the date by modifying the pointstart
- Highchart Area Range chart with gradient that follows the line
- highcharts with ZendFramework
- Hightchart plot vertical line dynamic
- Highcharts 2 groups of series
- How to use Vue bound data in Highcharts?
- Config gauge series highchart
- highstock conflict with jquery.ba-resize.js and jquery.flot.resize.js
- get serieName and category value using highcharts
- Legend order for proximate layout
- How to give proper number denominations in highcharts buuble chart
- Highcharts, Can you change the chart type for drilldowns?
- Highcharts Bar Chart Zoom not working