score:1
I had the same problem in higharts@8.2.2.
Reading the comment below the question, I decided to upgrade highcharts to 9.1.0.
the problem is completely solved in this version. because of the major update (8 to 9) my code confronted with few problems that can easily be handled. Hope it works for others too.
score:3
It is a controversial thing if it is a bug or not because different browsers different works in the current full-screen module implementation - you can see the whole discussion here: https://github.com/highcharts/highcharts/issues/13222
As a workaround (suggested under the above link) you can set the container height in the CSS.
Demo: https://jsfiddle.net/9b6m438y/
#container {
height: 400px;
}
If you have your own opinion about it - feel free to take part in the discussion on the GitHub issue ticket.
Source: stackoverflow.com
Related Query
- Bug in Highcharts after exiting the full screen mode
- Highcharts Gantt Vertical Scrollbar Missing in Full Screen Mode
- Exiting full screen does not re-render graph to same size in highcharts exporting at angular 7
- How to add new points to highcharts after plotting the first 'n' points?
- Remove fixed height for full screen highcharts
- Highcharts visualizes chart data incorrectly after zooming or using the navigator
- how to display 2 same highcharts without duplicate the code
- Highcharts - Why is there extra spacing before the first column and after the last column?
- Adding points to Highcharts 3D scatter chart after the chart has loaded
- 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?
- How can you change the "label" (valueSuffix) on a highcharts gauge after the gauge has been created?
- Reversing Highcharts Y-axis after the chart has been initialized
- Chart layout is distorted when escape from full screen mode
- Highcharts reflow() after moving Y Axis to the opposite side
- highcharts donut pie - How to calculate pie size percentages after resize the chart
- How can I change highcharts events after the chart has been initialized
- Get notice when a Highcharts chart is change after change the window size
- highcharts mapchart: no color shown after reload the graph
- React - Highcharts Full Screen black bar
- Why aren’t those 2 HighCharts codes equivalent? (Or is there a way to modify a call to legendItemClick after the creation of the chart object?)
- Highcharts - Bubble losing focus without exiting the chart
- Highcharts userOptions does not update after changing the chart title
- Highcharts plugin/extension that runs after the chart has loaded
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Can the lines in Highcharts appear one after the other?
- Div element not hiding even after hiding the tooltip in highcharts
- How to make the selection of individual series dynamic in highcharts even after setting max and min?
- Highcharts custom button styling off on full screen
- Highcharts React: Menu button doesn´t change from "view full screen" to "exit full screen" when fullscreen mode is on
More Query from same tag
- sort/arrange on date in dashboard
- Highcharts Showing negative values on tooltip
- How to display datapoint labels / values in Rickshaw graph visualizations?
- How to plot line chart with series data in highcharts?
- Why chart is not rendered correctly after export?
- Highchart: how to add commas to output to intergers
- Change the font color of drillUpButton text
- highcharts refresh CSV data is duplicating not refreshing
- Populate the chart with values returned by controller
- Dynamically high chart rendering not working
- Highcharts with JSON
- Highcharts tooltip overflow is hidden
- Highcharts, on column or x-axis category click append job number to page url
- Format highcharts tooltip
- highmap : not able to display tooltip
- Highcharts datetimex axis incorrect start time and interval
- How can I resize Arc in highcharts?
- error with navigate for undefined router in angular2
- Can't make multiple charts to work with highcharts
- Combine two data fields in highcharts
- Printing a highchart to show data for all the points
- Removing PlotLine last element
- How to select zoomed area by passing range as parameter in plot (High Chart)?
- HighCharts Sankey Diagram in R
- highstock display tooltip wrong in iframe
- Pie Chart is not coming with dynamic data in HIghChart
- highcharts: get yaxis title?
- Modifying value returned from a method in Scala (Highcharts lib)
- HighCharts - Single legend for two columns in a Stack Column chart
- Disable series through configuration in highcharts