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
- How to bind dynamic data in highcharts Tooltip
- Could not install package 'HighChart" in a .Net webform project
- How to get Number of new users per day to DotNet.HighChart
- Highcharts - accessing overlaying data points
- Parsing Data From HTML Table
- Highcharts Stacked Column chart change legendItemClick function
- Label distance in polar chart is not equal on each angle
- Hide Space in a stack of bar in HighChart
- Get current visible chart data after scroll
- Highcharts polar wind rose chart with segments in trapezoid form
- How to add mean in a boxplot made with highcharter?
- Hide the zero values in a Scatter/Column chart in highcharts
- How can I optimize Highcharts.js zones?
- How to load the highchart in my aspx page
- 'ManyToOneRel' object has no attribute 'parent_model' error with django chartit
- Create a highchart for every dataset in R
- Angular 3rd party library interaction
- How to dynamically invoke a highcharts menu item function?
- Is it possible create a Highstock chart using TWO PANES and MULTIPLE SERIES in a pane
- How to debug a non-working AJAX-based HighChart?
- Building dynamic number of arrays to display in Highchart
- Highcharts performance lag IE10 (and lower) in compatibility mode
- I had created a scatterplot using Highcharts but the the point.z value is not getting displayed in tooltip
- Can we show the text in bar of timeline chart?
- how to increase Y-Axis height in Highcharts
- Highcharts - `lineColor` doesn't work with Zone
- Chart Maximizing
- how to show the remaining percent of Bar in Highcharts?
- how to add dynamic y axis in highchart from specific point of x-axis
- Highchart Y-axis point is not showing