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
- Angular Highcharts - How to clone chart dynamically
- Passing JSON in variable to HighCharts
- Use series data but display custom text on top of columns Highchart
- Fullscreen bootstrap 4 card with highcharts
- if i have a data in highcharts greater then 1000 i want to display 1k
- Highcharts: Dynamically change single column width to highlight one sample
- High chart formatter not working on Highchart API
- Highchart - Show histogram results using waterfall style rendering
- highcharts animation multiple charts
- Highcharts stacked column chart is missing some values?
- Highcharts use series labels as x-axis categories
- Can we change highcharts legend to work as radio button instead of checkbox style?
- Highcharts: Combo Dual Axes with DrillDown
- Which web charting libraries export well with Wicked PDF?
- Highcharts, x Axis Label / Ticks after Breaks
- Two way data binding in Angular JS for graphs implemented using HighCharts
- How to create highcharts maps using Angularjs?
- scatter plot filter legend on zoom
- Rich HTML Annotations in HighCharts
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to change the series plot display inside the scrollbar of the RangeSelector in highcharts.js
- how to render angular directive in Highcharts tool tip in Angular8
- Highcharts - Display legend for Pie chart in two columns
- highcharts-export-server always produces blank PNG
- Changing the styles of a label of plotLines in HighChart
- How to flag a value in a series in highcharts, and follow it, even if the position in the series change?
- Highcharts Tooltip cropping
- Highcharts crosshair with labels on axes
- How to plot Highcharter arearange from matrix
- Graphing Data with HighchartsPHP (PHP Wrapper)