score:2
Accepted answer
Try setting different values for yAxis max
parameter. For example, set it to 2 or some greater value:
yAxis: {
title: {
text: 'messages'
},
labels: {
y: 20
},
min: 0,
max: 2,
...
Source: stackoverflow.com
Related Articles
- Highcharts - curves goes outside the box
- Highcharts - labels inside and outside a pie chart
- Highcharts - Legend Positioning outside the chart
- Highcharts pie dataLabels inside and outside
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Force Highcharts to display tooltip outside of div/container
- Highcharts - Global configuration with common code and unique data & Headings
- jQuery - HighCharts Labels outside Series (Bar Chart)
- Highcharts datalabels outside of plot area?
- DataLabels in Highcharts are outside the container / not showing
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Highstock / Highcharts dataGrouping points outside of viewport / canvas
- highcharts - donut chart - Labels inside and outside
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- highcharts pie dynamic label inside and outside for each slice
- passing json values to highcharts from .net code behind
- Remove antialiasing on Highcharts curves
- how to use highcharts tooltip formatter in python code
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts - show series values outside chart container?
- Click a point on a highcharts graph from outside of the chart
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- Highcharts - Annotations outside plot area (top/bottom)- doesn't show up
- How to configure highcharts so that all the curves are always displayed / highlighted?
- highcharts tooltip formatter: how to access adjacent points
- Line chart with multiple series and irregular intervals not displaying correctly
- How to set a 24h range on the y-axis of a column highchart
- Highcharts age stacking
- Highcharts: Additional legend items to control multiple items
- Populating a highchart graph from a linq query
- Vertically re-order nodes in Highcharts sankey-diagram
- How do I get DateTime from mysql and set it to json format ready for highcharts
- Graph doesn't show anything on firefox and ie
- Utilizing full height in highcharts bubble chart
- javascript highchart photo slide
- highchart : Add the series name on the column chart
- Displaying hours and minutes on x-axis with Highcharts
- call hidden value to highchart
- How to show full date to my labels and each x axis in different colour in highcharts?
- How to find a point with longitude and latitude in a Highmaps maps serie, initiated with GeoJson?
- How to generate two heatmap on same scale?
- Highcharts pie chart height auto sized including legend
- highcharts inside ng-repeat (AngularJS)
- How to create multi ring donut pie chart?