score:1
Setting to series.threshold give you possibility to serve base to the column, in your case you can start column from 4 at yaxis.
Highcharts.chart('container', {
chart: {
type: 'column'
},
title: {
text: 'Stacked column chart'
},
xAxis: {
categories: ['Apples', 'Oranges', 'Pears', 'Grapes', 'Bananas']
},
series: [{
name: 'John',
threshold: 4,
data: [5, 3, 4, 7, 2]
}, {
name: 'Jane',
data: [2, 2, 3, 2, 1]
}, {
name: 'Joe',
data: [3, 4, 4, 2, 5]
}]
});
Source: stackoverflow.com
Related Articles
- How I can Add Start and end point in stacked bar chart in chart js?
- How to make highcharts stacked bar chart start from a specific date
- How to specify a start point on highcharts stacked bar charts
- cannot show right time axis in machine start and stop stacked bar chart
- Highcharts => Getting the id of a point when clicking on a line chart
- Highcharts scatter chart with a name per point
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts stacked bar chart hide data labels not to overlap
- Adding only one clickable point to the chart in Highcharts?
- how to get chart object inside a point event function in Highcharts
- Grouping a stacked bar chart in Highcharts
- Hide 0 values in Stacked Column Chart in Highcharts
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Need stacked column chart with multiple series
- Highcharts: Creating gantt chart having stacked rows
- How do I do a stacked bar chart as a drilldown to a stacked bar chart?
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Chart series point added not sync with X axis
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- I'm trying to create a timeseries chart having stacked columns in HighCharts
- Highcharts: having trouble recreating stacked area chart from Excel with positive and negative values
- Color each point individually in column chart highcharts
- highcharts - precision for stacked column chart data labels
- Highchart ticks start point change when categories names are set
- Using Trellis Chart with Stacked Columns in Highcharts
- Customize Stacked column chart in highChart
- HighChart- Plot Stacked Bar Chart on Status for Every Minute
- How to dynamically add point placement and point padding in fixed column chart (highcharts)
- Highcharts - Rotate pie chart aligning the clicked section to a fixed point (180°)
- Adding gap between specific bars in a stacked bar chart
- How to align HighCharts (bar chart) bars to the top/front?
- How can I change the scale of the legend in highcharter in R?
- To get the name of the series in bubble chart in highcharts
- Remove axis line from highchart graphic
- Legend and DataLabels with different "names"
- Pie chart overlaps with legends
- Put favicon in middle of Highchart
- HighCharts: Possible to summarize series data and show in title?
- Highcharts not working when pass the javascript variable as hightcharts series data
- Highcharts column + line combination chart with multiple series
- How to retain the conditional color of bar in highcharts
- How to update the colour of minColor and maxColor when data is changed in high charts' solid gauge in ReactJS?
- Create nested array of objects from array of objects Javascript
- Highcharts boxplot custom labels for maximum quartiles median and minimum?
- Include Highcharts in open-source project
- Highcharts - Identify whether point lies on (within/inside) Chart from X/Y coordinates
- Calling chart.update() with navigator options let the diagram shrink
- Changing tootip data on pie chart in highcharts
- Issues in Highchart-treemap with drilldown data label color change
- Remove arrow that hide/show stock tools GUI