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 Query
- Highcharts - curves goes outside the box
- Highcharts - Legend Positioning outside the chart
- DataLabels in Highcharts are outside the container / not showing
- how to display 2 same highcharts without duplicate the code
- How can I add a text link just below the legend box in highcharts
- Click a point on a highcharts graph from outside of the chart
- How to configure highcharts so that all the curves are always displayed / highlighted?
- How to call Highcharts tooltip formatter function from outside the config object?
- To display legend of the chart outside the canvas of the chart in highcharts
- Strange character in the Highstock source code
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- highcharts export server not working out of the box (Java)
- highcharts - Draw horizontal line outside the chart area
- Highcharts - Place the y-axis plot-line label outside the chart area
- Highcharts 5 - Radar Charts with circle round the outside
- The correct method to populate a Highcharts box plot using JSON
- Highcharts annotations outside the plot area incorrectly placed
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- realign Labels inside and outside the bar chart on highcharts
- How can I stop HighCharts drawing an extra 'tick' outside the graph area?
- How to make highcharts tooltip show outside of the pie graph?
- how can I use rangeselector and navigation in highcharts in the given code
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- The graph is not equal on the basis of the addition code in Highcharts
- Unable to customize the box to short single line in 'boxplot' type Highcharts
- How to get highcharts dates in the x axis?
- HighCharts Hide Series Name from the Legend
- HighCharts - How can I turn off the points?
- How do you change the colour of each category within a highcharts column chart?
More Query from same tag
- Manually Triggering drillup event, highcharts
- how to set the interval of points on Y - Axis highcharts
- show only last x points on Highchart
- Highcharts - Exporting options for print to match export to png
- Highchart - Is it possible to add data to series in stockchart.
- show tooltip for each point of highcharts network graph in Angular
- Highcharts stacked bar chart Likert scale centering
- Highcharts backgroundColor for multiple charts is only applied to one chart
- Is there a option in highcharts like the 'ordinal' in highstock?
- How to make mathematical chart with HighCharts?
- Extending Highchart's show() and hide() functions
- How to show highchart graph depends on select tag from HTML
- HighCharts round down when over 100
- Highcharts: stacked bar -> How to change color?
- How to unset a dynamically applied point color in a Highcharts pie chart?
- How to add the years in xAxis date format while exporting? Also how to add the data source during the exporting?
- Highcharts, chart with two series starting in diferent points, how yo show single column?
- How to reduce the general size of Highchart
- R-highcharter combine tooltips
- JS HighCharts.js Pie data in different format
- Convert html 5 to PDF in MVC 3
- Highcharts { pie } - style for only for sliced out slice
- Highchart - hide name in legend if no data
- How can I maintain the Highcharts halo effect on pie chart after click and mouseOut?
- Highcharts yAxis is not scaling to fill available height
- Highcharts plot MACD + EMA + Volume
- Is it possible to style columnrange highchart to change color when data is below 0?
- High Charts: Change each individual plot/marker size, is it possible?
- Highcharts: Control show/hide of a div by clicking pie chart slices
- JQuery animation doesn't work in IE8