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 Query
- How I can Add Start and end point in stacked bar chart in chart js?
- How can I prepare a Group Stacked Bar Chart in Highcharts using multiple and different types of data?
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to dynamically add point placement and point padding in fixed column chart (highcharts)
- How can I add a Bar Chart to my Django based Database?
- How can I add double related x-axis bar to high chart in zoom
- How can I create a horizontal stacked bar chart with labels on the bars themselves as well as labels above the bars?
- How to make highcharts stacked bar chart start from a specific date
- How to show tickPositions as start and end for each bar in highcharts?
- How to specify a start point on highcharts stacked bar charts
- How to add hyperlink to each part of high-chart's stacked bar chart in php
- cannot show right time axis in machine start and stop stacked bar chart
- Highstock - How to add point if I have different data on main chart and navigator
- How to add a plotline to a bar chart in Highcharts?
- How do you add text to the bottom center of legend and bottom center of chart under legend?
- How to add space between chart and axis in highcharts
- Highcharts - How can I remove starting and ending padding from area chart
- In highcharts's stacked bar chart, how can I remove the white space between different
- 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?
- How can I prevent my HighChart bar chart from being inverted?
- How to use add series and update methods in the high chart wrapper for angular?
- How to add Highchart Bar lines and lables?
- How to start and end a dynamically generetad datetime highchart's xAxis on the first and last tick
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- highcharts- stacked bar, how can I make the chart cover the width 100%?
- How to display all dates with a given Start Date and End Date even if there is no data?
- How can we add chart context menu in highcharts-angular?
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- Add border on highcharts bar chart on start of bar
More Query from same tag
- Dynamically adjust Y axis min/max based on ajax update and data points in Highcharts
- which is best to use Fusionchart or Highcharts?
- HighCharts - How to create dynamic chart that exports EVERYTHING
- how to give different names on tooltip for one series in highcharts R
- mySQL with PHP to JSON for clientside chart
- Apply pagination on column chart using Highcharts
- highchart funnel horizontal
- Error in render: "TypeError: Cannot read property 'seriesNames' of undefined"
- Labels position of xAxis in Highcharts
- Highcharts multiple series with missing Data Points
- Dynamic Highcharts is not updating
- highcharts.js - Dynamic Label Color
- high-charts datalabel position needs to change when value is too small
- Highcharts xAxi title how left-aligned?
- Bar chart data label and bar custom css with bar background,Highchart
- I am trying to create pie chart using highcharts in SharePoint 2010 Visual Web Part.Not working with default document model of IE 11
- Set a minimal default range for a column chart in Highcharts
- Group SQL data by JSON arrays
- API values to set opacity levels to show overlapping points in highcharts scatter?
- Highchart - Dual Axes Line chart issue
- HighCharts Bullet Chart appears to ignore xAxis minTickInterval
- Customise Highstock tooltip conditionally
- Highchart multiple series with csv
- Is possible to zoom with mouse in Highcharts?
- Highcharts how to remove headers from tooltip
- Highcharts bar with non-stacked percent series
- HighStock: chart gets broken when navigator touches right border
- Add average to highchart dynamically by zoom level for every series on chart
- Rectangular selection in Highcharts columnrange
- HighchartsAdapter is no longer available, what is the new way to call adapterRun?