score:0
As you rightly noticed - the values are just too small to be displayed. A good solution can be to set minPointLength
and use null
data vales insted of 0. For example:
series: [{
type: 'column',
minPointLength: 5,
stacking: 'normal',
data: [...]
}]
Live demo: http://jsfiddle.net/BlackLabel/Ly1fkzdh/
API Reference: https://api.highcharts.com/highcharts/series.column.minPointLength
score:1
Found the reason: the values are just too small to be displayed. Unfortunately, a mouse over won't show at least those values.
Setting the clip
option to false solve partially the problem.
this.columnChartOptions.plotOptions = {
column: {
stacking: 'normal',
clip: false
}
};
Source: stackoverflow.com
Related Query
- Highcharts stacked column ommit smaller values
- Hide 0 values in Stacked Column Chart in Highcharts
- Highcharts Stacked Column chart from JSON not charting correct values
- Highcharts - Stacked Bar Column - Total Value of Stacked Bar not Correct with Negative and Positive Values
- negative values in highcharts stacked column chart
- set color of grouped stacked column in highcharts
- Highcharts Plot Reciprocal Values For Column Height
- Highcharts - Column With Negative Values - Column Color
- Change Datalabel Color, Rotation and Align values based on Column value in highcharts
- Highcharts stacked column highlight
- Highcharts stacked column bar with line
- HighCharts stacked column range
- highcharts - precision for stacked column chart data labels
- Overlapping and rounded stack in stacked column graph in Highcharts
- Make stack label disabled for a column in stacked column graph in Highcharts
- Highcharts - null values are plotted on stacked area chart, in latest version
- Highcharts stacked column how to use different label on each category
- Highcharts stacked column stackLabels do not show when axis is reversed
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- Highcharts Stacked Percentage Column Hyperlink
- Highcharts overlapping and stacked column
- Convert Highcharts stacked daily column from "day" to "month" view
- highcharts stacked column overlaps when toggling the legends visibility
- Highcharts stacked column chart is missing some values?
- pushing dynamic data to stacked percentage column in highcharts
- passing json values to highcharts from .net code behind
- Highcharts values in one column
- Stacked column inside drilldown - HighCharts
- Highcharts - Cannot set x-axes categories in column charts with negative values
- Column Chart Show datalabel for null values - Highcharts
More Query from same tag
- Is there any way to disable hover action on particularly some nodes in networkchart of highcharts based on the node color.?
- Highcharts - second xAxis labels are not displayed
- Highcharts exporting functionality not working in latest release
- Highstock, dynamically changing from percent stacking to normal stacking
- Highcharts touchscreens detection
- Highcharts - Gauge chart with breaks
- HighCharts - How to combine JS and SQL for two charts?
- color in legend with range highcharts
- Drill Down Maps In R + Shiny
- Highmaps - How to remove canary islands from spain highlight
- Refresh data vb
- HighChart dynamic drill down
- Highcharts - Plot by week with and label formatter
- Can we Extend Highstocks features to Highcharts?
- How to enable or disable a Highcharts tooltip when a button is clicked?
- Pie Chart Center Text gets overlap with tooltip
- Highcharts :Cannot read property 'parentGroup' of undefined with AngularJS
- Highcharts Pie Chart from Ajax
- Brunch Compile non-"main" files in Bower components
- Highcharts - is there a bug with stacked categories?
- minimum in Highcharts not working
- Bar chart not drawn when chart renders
- how to set the interval of points on Y - Axis highcharts
- Google AdWords Location Criterion Id to ISO 3166-2
- rCharts/Highcharts reversedStacks not working in R
- change navigator date format in highstock
- Complicated Rails query for reports with missing data
- Dynamic updates with highcharts
- Changing a pie chart into an arrow ring chart
- Assigning series data to highchart using Java ArrayList