score:1
Take a look at the min
and max
properties of the axis, like:
yAxis: {
min: 0,
max: 3,
title: {
text: 'Total fruit consumption'
}
}
Example taken from here: http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/bar-stacked/
API Documentation of the min
option on an axis is availble here:
http://api.highcharts.com/highcharts#yAxis.min
API Documentation of the max
option on an axis is availble here: http://api.highcharts.com/highcharts#yAxis.max
Source: stackoverflow.com
Related Query
- How to set minimum height of data element of series in stacked bar chart?
- Highcharts Bar Chart - How to set the minimum bar width/length
- How do you set the stack order of the series in a stacked bar chart?
- How to show Legends for all the series data in stacked column chart Highcharts?
- HighCharts how to add live series data set to existing chart
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- How to add different series data for each categories in Stacked Column chart in Highcharts?
- How to set custom color on stacked bar chart
- Highcharts stacked bar chart hide data labels not to overlap
- 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?
- Highcharts- how to set yAxis to the closest or exact value in the series data
- Highcharts: How to set unique images on top of bar chart serie
- How to set variable in high chart data field
- highcharts, Set minimum height for stacked column chart?
- Wrong data display when i set multiple series type in highstock chart
- How to set column width for columnRange chart with multiple series
- How to set vertical bar chart in Hightcharts | I passed as component. How to send as props
- How to draw a bar chart that one series has both positive and negative values in Highcharts?
- How to create pie chart with only 1 series data and have background be a circle
- How to set new yAxis data in chart dynamically (highcharts + angular2(4))?
- How to set minutes as units in Highstock chart using data from CSV
- HighCharts line series not displaying properly with stacked bar combo chart
- Highcharts: how do I add full data to multiple series in a chart
- How to set the padding and placement if we have more than 16 data in the series
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- Reversed series on bar chart with data loaded from table
- How to plot line chart with series data in highcharts?
- How can i load external json data in highcharts to show the bar chart
- How can I prepare a Group Stacked Bar Chart in Highcharts using multiple and different types of data?
More Query from same tag
- highgraphs chart not rendering
- Javascript or other charting library for geodata
- How to use highstocks navigator on a highchart
- Is there a way to limit legends on a horizontal layout on specific amount of rows during export?
- Highmaps drilldown : hide label tooltip of level 2
- Dynamically graph points with Highcharts
- Ajax Json Post Limit on PHP7 and IIS 7
- How can I prevent tooltip to appears when I hover another element?
- Highcharts changing data granularity in combined charts
- Highcharts heat map does not work with a wide range of data values (min: 0, max: 5,000,000)
- Responsive Highchart legend position
- Highcharts MVC Unable to get value of the property 'series': object is null or undefined
- Highcharts resize chart size using custom export button and replace expand and collapse button dynamically
- Set start and end of graph points dynamically
- JSQuery.load Highchart
- How to increase the height of highchart?
- Pie chat dynamic drilldown(3levels) using highchatjs
- Width for labels on x Axis with grouped Categories in Highcharts
- How to hide empty column in column hightcharts with multiple series
- Highcharts push chart to left of subtitle
- Is it possible to change the name of "x" for x data?
- PLotLines In HighCharts Overlapping || React highCharts || YAxis Interval
- Highstock don't draw
- In highcharts how can I provide data with values x, y, title so that I can put the title in the tooltip?
- Align titles for multiple axis in Highstock
- Highchart datetime-XAxis export is different from the page
- Disabling highcharts stacked bar's highlight
- Spacing between horizontal bars in Highcharts
- Can I color points in highcharts time series?
- Highcharts - resize legend on chart resize?