score:-1
It works!
Set minPointLength, then the zero values into null.
jsfiddle.net/nxehwL7r/2/
score:1
You can try doing a different scale of the yAxis or using the 'logarithmic'
type. See updated fiddle.
Note that this does not work in all cases. The HighCharts user voice site has been asking for scale-break capabilities for a while now.
EDIT
A log scale cannot have a value of 0. So, you will either have to deal with not showing this point in a tooltip or hoping you dont get it as a value. I have tried to do some overrides of the tooltip function to read from the series.data values but that did not work out and my javascript is not so much good. Basically we are stuck with either points that do not show do to huge range differences or points that show excpet when 0 when using log scale. I go with the latter.
score:1
You can also set minPointLength
for series: http://jsfiddle.net/V6fvX/2/
Source: stackoverflow.com
Related Query
- Displaying small values using highcharts.js
- Show specific series values in the stack label using highcharts
- Using Highcharts and displaying a message over or on the chart when there is no data
- Highcharts - Issue with negative values when displaying multiple axes
- Using highcharts with rails not displaying plotLines
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- AJAX displaying values from two different functions in a single Highcharts chart instead of two different ones
- Highcharts -- Hide zero values without using 'null'
- when printing page with highcharts using javascript this.print() width values in css in @media print seem to be ignored
- passing json values to highcharts from .net code behind
- Highcharts - Dealing with small values in Funnel chart
- Highcharts Not displaying function's data values
- Highcharts Column Chart Not Displaying Dynamic Values
- Highcharts display label for pie chart using html table as data source
- Displaying count on bar and percentage on Y-axis of cloumn chart using Highcharts
- Displaying date on the x axis with Highcharts using ASP.NET MVC
- HTML table as data source for highstock charts using highcharts
- to check highcharts values using selenium and firefox
- Display custom values on x axis using Highcharts
- Highcharts using JSON - graph not displaying mysql data
- Displaying array values in Bar chart of HighCharts
- Using a flask variable as data source for highcharts
- How to shift data using Series.addPoint without shifting x axis values in highcharts
- Highcharts displaying white space for bars when all values are zero
- Trellis chart x categories values are not displaying correctly in Highcharts
- Highcharts displaying additional information to each bubble points using array
- Highcharts is not displaying in the div at all, resulting in a blank page - Using python flask and jinja template?
- dataLabels for bar chart in Highcharts not displaying for null values in 3.0.8
- HighCharts Pie Chart - Displaying multiple series values in Tooltip
- GWT Highcharts : Displaying 'Date' values on X-Axis
More Query from same tag
- load data in highcharts from 2 different csv files
- Color area between two lines based on difference
- Customizing tooltip leaving the candle stick as it is
- Highcharts + Bootstrap .table-responsive issue
- How to add synchronized-charts in drilldown?
- HighCharts : How to add click event on colorAxis in heatmap
- The RTL language (Arabic) is not working with HighCharts pie chart correctly, how can I fix this?
- How can i create doughnut chart using oxyplot in xamarin.android?
- Highcharts change serie type without change datalabels
- Highcharts and Java: saving image on server side
- Make datepicker work with highcharts
- Highcharts tooltip arrow position
- Highcharts manipulate with points on the graph
- Sankey paths/links are loosing their width when the link has a big curve
- data table to show only category totals
- Why does highchart add a padding for a certain bar chart?
- add formatter for X-axis in Highchart
- display pie chart using highcharts api and mysql
- Getting data from Postgres in JSON format in ROR into a Highcharts javascript
- Save Highchart directly to specific path
- How do I modify the page I'm serving in node.js
- Highchart with background should be Dots instead of Grid
- How does it implement this chart with highcharts?
- Highchart js set marker at starting of graph
- How to remove "Values" and "series" from highcharts?
- get bot xAxis values when doing click event on highcharts
- Can't assign names to legend points
- Highcharts box plot chart customization
- Is there a way to change the shape of my nodes in my networkgraph?
- Replace highcharts with images for report?