score:19
Accepted answer
this is the way i have dealt with this situation.
when you are creating your data points, instead of putting a 0, put a null.
so for example your data array will look like:
[null,3,4,7,2]
instead of [0,3,4,7,2]
Source: stackoverflow.com
Related Query
- Remove Zero From the HIGHCHART
- remove the single quote from json data, highchart dotnet api
- High charts remove dots from the line graph
- How can I remove the white border from HighCharts pie chart?
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Highstock: Remove the word "Zoom" from the rangeSelector
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- remove Highchart.com link from the chart
- Remove Image/Symbol from Highchart Graph
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts basic bar graphs. How to remove strokewith from the bars
- Highchart how to animate from the xaxis bottom line upward
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- Setting data with null values doesn't remove dots from the chart
- Higcharts - How to remove groupPadding from the beginning of the chart
- How to disable or remove the default HighChart loading message?
- highmaps click on country and change its background color, Also remove the Series 1 from tooltips
- Highstocks tooltip Remove the phrase "Week From Monday"
- Remove line dots from the area spline chart
- How to remove Title from highchart flags
- Labels string from Asp.net does not distributed in the highchart
- Highchart - The expected type comes from property 'dashStyle' which is declared here on type 'XAxisPlotLinesOptions'
- Remove exporting button from HighChart Objective-C
- Strange character in the Highstock source code
- in HighChart the X axis 0(zero) geting up in the middle of the chart when there is no record or all the records are zero
- How Can I remove the extension Gridline from my graph?
- Highchart is not working when I am fetching the axis values from database
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Cannot display a legend with special character in highchart from the serie name
- Remove datalabels from formatter with Highchart
More Query from same tag
- Highcharts - Positioning the legend (left and right/x and y)
- Scatter chart with simple liner regression
- Columns too wide in Highcharts with lots of points
- Display data from CSV in Highcharts with Angular
- vaadin's Invient chart max data size
- highcharts: Object doesn't support this property or method IE8
- Highcharts display priority of overlapping labels
- How to add random ticks on a line chart at a specific position
- Change highstock chart zones on click yAxis
- Clickable Pie chart to select data for bar chart
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Highchart Add text after value tooltip
- HightCharts : area range and spline in the same graph issue
- How to create column-range chart from data of a HTML table?
- using dynamic data from highcharts in a html table
- Get value in province label with highmaps in the highcharter package
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- highcharts customize tooltip for a single point
- Why does highcharts not accept an array for second y axis?
- Highcharts - Pass a dictionary as data for a timeline series
- How to show overlapping in various columns of highcharts column range graph
- How can i have the same radius for each point of series with hover?
- How to access methods of wrapper Highcharts vue?
- What does redraw exactly do?
- Highcharts return undefined value at a lot of data
- Displaying a Highchart Line Chart in Mapbox Marker Pop-up
- How can I do a dual axis using highcharter library?
- issue with highChart arearange chart while adding point
- Highcharts: Show data label at top of column graph
- How to make mathematical chart with HighCharts?