score:3
Accepted answer
you could prevent series from being clipped / cropped by setting series.clip
to false
.
example: http://jsfiddle.net/zkgmts5h/
$(function () {
$('#container').highcharts({
series: [{
data: [0,0,0,4,2],
linewidth: 2,
clip: false
}],
xaxis: {
linewidth: 0
},
yaxis: {
visible: false
}
});
});
Source: stackoverflow.com
Related Query
- Stop Highcharts from cropping the series line between points on the x-axis
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- How can I delete all of the points from a highcharts series
- Highcharts - Show the percentage difference between data points on a series
- Highcharts line chart: point should be clickable, the line between the points not. Is that possible?
- what should be the initial dataset from millions of data points for stock line highcharts
- Highcharts displays series names but missing data points from json source
- HighCharts Hide Series Name from the Legend
- how to set the interval of points on Y - Axis highcharts
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- 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
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- Highcharts hide connected line between individual points
- Highcharts - remove points from series
- highCharts flags - drop line from flag on series
- Highcharts - Change line color between points
- Remove the Z Axis Column Line in Highcharts 3D
- How to cut off the line in highcharts between two pointI
- Highcharts - how to create multiple y axis and group the data series
- Highcharts - reduce the space between zero data line and x-axis
- Highcharts - Series tooltip doesn't work when plotting lines that zigzag on the x axis
- Highcharts - programmatically draw a line or graphic between two related points
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- Highcharts line chart all points disappear when have more than one points with same X Axis
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- Display series labels at the end of each line in Highcharts Editor
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- how to continue the graph line when missing series of data in middle of highcharts
- How do I plot the x axis line using Highcharts when pegged at 0?
More Query from same tag
- JQuery-UI Slider Auto Increments But Does Not Fire Slide Event
- Highcharts Line Charts Out of memory
- Angularjs scope lost when creating highcharts click function
- Pass data from objects to an array
- HighCharts columns with striated columns
- highcharts, remove alphabetical order
- alert value on graph hover
- highchart/highstock tooltip does not adjust after zoom
- Tooltip overlap issue in highchart, can not select plotpoint on same datetime?
- Highcharts Zones not working with valid JSON
- change vertical lines position in column chart
- axis.extremes.userMin & userMax undefined on redraw with multiple charts
- Getting data from mysql and drawing a chart
- Highcharts point selecting trouble
- Angular : Filter object data to build a Highchart Widget with distinct elements attributes
- Position Highcharts label to right side
- Highcharts combination
- how to customize heatmap highcharts plot area and the color of the datalabels
- how to load data from server with highchart inAngular 2?
- Plotting JSON data with angular2-highchart
- Passing data from db into Highcharts in Rails 3.x
- Yii highcharts draw semi circle
- Highcharts problem with xAxis using multiple series
- Suggestions on getting Highstocks graph images sent to server
- Fixing/discounting a data series when changing chart-type in Highcharts
- Center Highstock chart scrollbar handle
- Highchart's line color not changing in wordpress page
- Making a node_module global using Webpack 2
- With highcharts, is that possible to add dataLabels below column?
- Grid line view as background in Highchartjs?