Highcharts reflow not working. Re: Reflow function missing.
Highcharts reflow not working. reflow()) does not work.
- Highcharts reflow not working Highcharts - The JavaScript Charting Framework Highcharts Usage Highcharts Stock Highcharts Maps Highcharts Gantt Highcharts reflow() doesnt work with Map. 0. 0. Explore Teams. I am working on Highcharts. Anyway, I see two solutions: use setTimeout() in resize event, to render chart with a delay. resize() but earlier it was triggering. Same problem. Highcharts version 7. With highcharts having multiple Y axis and one of the axis having "top" defined: Removing the 1st graph; Reduce the height using setSize() Call chart. js project and everything was fine. Variable chart is an object of a chart. Any of the following changes should work. js is a file that makes . In case of any other Highcharts related questions, feel free to ask us. Highcharts Usage. I'm having trouble forcing highcharts to export offline. Thanks, Ty. In any event, after researching a bit, i added a function to call reflow() when the transition for the collapsing panel completes. highcharts-container svg { width: 100% !important; } not working When setSize() is called on a chart giving it an exact height and width, calling the reflow() method no longer works to make the chart fill it container; the chart stays at the size defined in the setSize() call when subsequent reflow()' calls are made. Highcharts - The JavaScript Charting Framework Highcharts Usage Highcharts Stock Highcharts Maps Highcharts Gantt Highcharts Dashboards Highcharts Cloud; Wrappers - The Official Highcharts Wrappers Highcharts . When changing height of chart using chart. chart. But because of the timeout, the charts are not redrawn immediately. Glad I found this thread but for some reason using HighCharts React the 'this' context does not include reflow as an option Im using functional components and not classes. 1. I used the setSize method for resizing the window instead of creating the chart again. After debugging highstock. highchart export button not show. addEvent(chart. I used reflow instead but it didn't make any difference. HighchartsAdapter. What did work for me was waiting a bit after component load or property change Here's the fiddle. reflow option. Ask Question Asked 4 years, 1 month ago. Yeah, I appreciate what you're saying about reflow behavior not being a bug, but I would argue that 1) it is kind of a bug and 2) it highlights a design flaw with Highcharts and reflow generally. redraw( is not working, any help is appreciated. Highcharts Usage That works just fine but having an issue with not being able to have Highcharts redraw the chart when the models change. Kindly , let me know if this is a bug or reflow() method has been removed. How can i call reflow method of chart after container get changed? Ask questions, find answers and collaborate at work with Stack Overflow for Teams. sebastian. If you programmatically resize the content (expand/collapse), then do a reflow, the Window will pull up and away from the anchor point. Using highcharts 3. js file and passed it to the HighchartsReact component and after Highcharts rendered to the DOM, I returned the ref to the chart container and called reflow() method there. Bottom graph gets cropped. Is there a new way to call the reflow method in my case? In my example, we have a highcharts chart nested in a div, which applies sizing to the child HC element (I am also defining the sizing as shown in the css examples above). For collections, like series, xAxis and yAxis, the chart user options should always be Ricardo's answer is correct, however: sometimes you may find yourself in a situation where the container simply doesn't resize as desired as the browser window changes size, thus not allowing highcharts to resize itself. 2. The original options are shallow copied to avoid mutation. Not a reliable solution, because user can play around with width of the browser and something may reflow() doesnt work with Map. reflow method. View the documentation here. 3 , reflow event is not triggering on $(chart). when a try to show a other section, i change the div size of the chart. reflow() and then a chart. reflow Reflows the chart to its container. reflow. It sizes this window fine. Viewed 2k times It is not working because to perform an update using the highcharts-angular you need to mark it by toggling the updateFlag. Stack Overflow. I can't work out how to make the chart height dynamic. Using bootstrap version 3. So just remove the width from the chart and give the container width: 100% and that should work. Please advice. It's been 2 hours that I'm searching solution on internet and don't find any. Everywhere I've looked there is a statement that says calling reflow() will work but I'm not sure how to do this in a componentize way. Best regards Thanks, that's exactly what I needed. When that resizable div gets resized I call the chart. NET; Highslide JS - The JavaScript Image and Media Viewer Highslide JS Usage Highslide Editor Highslide FAQ News Expected behaviour highcharts should reflow on window resize for both flex and grid containers, resulting in a responsive chart based on the parent's width and height Actual behaviour only works for flex containers Live demo Highcharts - The JavaScript Charting Framework Highcharts Usage Highcharts Stock Highcharts Maps Highcharts Gantt Highcharts Dashboards Highcharts Cloud; Wrappers - The Official Highcharts Wrappers Highcharts . I have a jsp page where in inside main div , I have 4 different divs in respective html td. My need for reflow access in ng2-highcharts pertains to this documented issue in highcharts Highcharts width exceeds container div on first load, as well as some other cases where I am not triggering a window resize event when things are changing width on my screen. I'm not able to post code, but in short, I have a chart with two series (one - regular line, and second - just points). Although I suppose I could just reflow everything via If I set the size of the div element in px ("fixed" size), then reflow works fine. Resize highcharts using react-grid-layout Below both OverallAttendanceChart are not responsive . My issue is that getChart() doesn't seem to work for the official highcharts react package. Viewed 133 times I saw some some JSFiddle but I couldnt get either jquery or the reflow to work I am HI i am using gantt highchart in angular 13 for me chartRef. However it does not work for when the panel is expanded. The only code I added to the basic bar One thing I'll have to figure out that I'll have a bunch of charts, but not all charts would need to be resized / reflow()'d. fresh_ny Posts: 25 Joined: Wed Jul 06, 2022 5:33 pm. callbacks. I'm using Angular Highcharts, although I don't think it makes a lot of difference in this case. If given a percentage string (for example '56%'), the height is given as the percentage of the actual chart width. But my problem is not get resolved. 5 . Export option not visible in Highcharts. Size of the container for a chart is the same as a size of the chart at the time of the chart being created. I am leaving this here because this link showed up when I googled the issue at the beginning. js, I noticed the reflow If you do not provide width property to the chart, it should automatically get the width of the container. Modified 3 years, 4 months ago. Ask Question Asked 3 years, 4 months ago. 9 to 4. Here's the console dump: Update to a Highcharts In any event, after researching a bit, i added a function to call reflow() when the transition for the collapsing panel completes. The function does not respect the reflow option and will always resize the chart. One is within a 12-column div, the other two are on the same row within 6-column divs. First problem, I use bootst I also can't get the call-outs to go away when I'm not hovered over the certain lines. series. Redraw is an option for the Highcharts API so not sure where I'm failing. i want to reload data using setinterval . stockChart. var newData = [1,2,3,4,5,6,7]; var chart = $('#chartjs'). is i m using resize chart is getting adjusted but legends and chart title are not changing as per the responsive array. kamil. * (no SVG) It is imperative my charts are able to re flow (width,height) of pie chart - based on browser size - yet this does not seem to work in this version - am i correct? Have set container of chart to a percent and this is not happening. Thanks. highcharts(); chart. I've tried extending highcharts: Highcharts. but after opening second div reflow property is no working, window hight is now changed even i set global variables as follows (i set on main and iframe ) Code: Select all. FOr first tab which is visible by default everything is fine . ts import { Chart, Highcharts } from 'angular-highcharts'; ngOnInit() To be honest, I'm not quite sure why your chart was not resizing properly. I think the reason why the functionality of resizing highchrts is not working you can find it from the documentation of 'reflow' from hightcharts. The div for the chart is set with a width of 100%. The synchronization code I've updated using working examples with 2 lines per plot is below. fireEvent(window, 'resize'). I am wrapping HighCharts inside a Grid. push(function (chart) { Highcharts. I have three charts within a section tab. reflow I'm using Highcharts within Zurb's Foundation framework for a class project. Highcharts. Could you please elaborate how I would incorporate reflow into all these charts on the same page, when one of them leaves fullscreen? The problem has to do with the HTMLWidgets resize function. Board index. i am also using charts from react recharts and they are working fine. reflow() and tabs. HighCharts chart asp. If you want a specific width, just change the container width to a specific size. redraw is not a function. h Posts: 1734 Joined: Fri Aug 07, 2020 8:08 am. Change parent CSS position:relative and width to 100% but still issue The the compiler does not know if the property series is present in this. many solution suggested to use. 5 - to support Android 2. You do not have the required permissions to view the files attached to this post. NET; Highslide JS - The JavaScript Image and Media Viewer Highslide JS Usage Highslide Editor Highslide FAQ News Hi, Thanks for your answer. This issue is not caused by the wrapper or by Highcharts, but by Ant Design module. If you want to reflow all charts, you have to do something like window. If I set the size of the div element in px ("fixed" size), then reflow works fine. Hi, i am using Highmaps via plugin of my current highcharts install. Could you reproduce the issue in an online editor that I could work on? Without the live demo, it is When setSize() is called on a chart giving it an exact height and width, calling the reflow() method no longer works to make the chart fill it container; the chart stays at the size First, reflow isn't working properly if changing a variable like "height" on the container doesn't trigger the implicit reflow behavior then, quite frankly, it's useless. Re: Reflow function missing. Highcharts - The JavaScript Charting Framework. 5 (could be in older versions as well), the chart object has a reflow() function. Reflow event after upgrade not triggering. Feel free to search this API through the search bar or the navigation tree in the sidebar. The redrawChart method fires but the chart stays the same with the console telling me Chart. I am populating dynamically the popup content + reflow. options when you type it as Object. I am using latest highcharts 2. Modified 8 years, 11 months ago. Viewed 1k times 0 . From Highcharts API: reflow( [e]) Reflows the chart to its container. NET; Highslide JS - The JavaScript Image and Media Viewer Highslide JS Usage Highslide Editor Highslide FAQ News Welcome to the Highcharts Gantt JS (gantt) Options Reference These pages outline the chart configuration options, and the methods and properties of Highcharts objects. my charts are within a div whose dimensions can change, but the browser window itself stays the same. net Highcharts can't show the bar chart correctly in mvc. setSize() and calling chart. However I'm having trouble figuring out how However I'm having trouble figuring out how Hi again bastss, I removed the one reference of chart. 3. When there is too much content, the popup gets too loooong. NET; Highslide JS - The JavaScript Image and Media Viewer Highslide JS Usage Highslide Editor Highslide FAQ News If I set the size of the div element in px ("fixed" size), then reflow works fine. I had issue width the chart with on toggling the sidebar. chart and Highcharts. container, 'webkitfullscreenchange mozfullscreenchange fullscreenchange MSFullscreenChange', function (e) { console. window:resize event ( this will trigger only when the window gets resized ) 2. reflow() is not a function or chart. css"; import { Grid, Card, If I set the size of the div element in px ("fixed" size), then reflow works fine. 1 how to offline-exporting PDF with amd modules. But then, opening the panel back again, or reshowing a chart again, the reflow stop working and they stay at the size of the first call to reflow. And I have noticed that my series with points is somehow clipped or cropped so only half of points are displayed when I try to reflow Example works fine, so reflow() works properly as I see, any exampel with not working reflow() ? First of all, you define var chart variable in createChart function, so it always will be undefined - use only one definition (the one on top), later just assign chart to that variable. You can select the area and also the button "Reset zoom" appears. 2 posts • Page 1 of 1. Here's the markup: Welcome to the Highcharts Maps JS (highmaps) Options Reference These pages outline the chart configuration options, and the methods and properties of Highcharts objects. Thank you. i have used reflow thing to fix width but i dont know how height can be fixed . events = { load() { setTimeout(this. It reflows it but not to the right height its not tall Expected behaviour scrollPositionX should be respected, even after calling the chart. Here is the basic code: Reflow not working correctly. I I'm having an issue getting a chart to resize when the div it's located in resizes, the window does not resize. Firefox never work, the containers grow in size but never reduce. help providing the component Is there any other options I can add to my code so the reflow will work correctly? Thanks for your help. It reflows it but not to the right height its not tall enough. For example, the Highcharts options are available via I am using highcharts in angular6. I just solved this issue with the following. Provide details and share your research! But avoid . However, in your example, it illustrates my problem; The chart does not reflow back to original If I set the size of the div element in px ("fixed" size), then reflow works fine. After loading the chart reflow event get triggered but When i change the chart container size then reflow event not getting triggered. I kind of gathered from Change series data dynamically in react-highcharts without re-render of the chart that I should use shouldComponentUpdate and getChart() to prevent re-render and instead dynamically update the data. However, there are no reliable events for div resize, so if the container is resized without a window resize event, this must be called explicitly. So the content of the page Reflow not working correctly. Unfortunately I am being forced to use Highcharts JS v1. C# Chart class not rendering in view. For collections, like series, xAxis and yAxis, the chart user options should always be Use the highcharts-react-official package (>= 2. chart. Edit: I have three tabs. When the grid is resized, the chart doesnt seem to resize accordingly. userOptions, may later be mutated to reflect updated options throughout the lifetime of the chart. On the component, I am also defining the HighCharts items as shown in the example: Highcharts: typeof Highcharts it appears that reflow is only triggered when the window dimensions change? at least that's what's happening in my test case. log() that seems to happen a lot, but I do use it to set a flag indicating that a reflow did happen, and then the next time render fires, if the flag is set, I then do the realignment. Fri Feb 26, 2021 9:12 am. From docs its tells: For access to methods & properties from the Highcharts library you can use ReactHighcharts. for successive tabs on clicking which I am hiding and showing div . Tue Feb 08, 2011 3:52 pm. Now I'm facing with another bug. prototype. My requirement is my dashboards are resizable so once any div gets resized charts are not getting resized. Highcharts automatic resize using drag/resize react I am curious to know why button 2 is not working in this example. I don't actually redraw my stuff when reflow fires, since from that console. So if I set the div element size in percentage yes, it resizes with the window (confirmed by adding a border to it), but then reflow of the chart (highcharts(). setData is a method provided by highchart to update data. synkretik Posts: 1 Joined: Tue Feb 18, 2014 5:49 pm. In short, chart. reflow() 4. It shows error: "object# has no method 'update'" Make the reflow method available. Charts not showing on I'm actually working in page which contains some stats and I got an issue with highcharts. Grid. The container div resizes on a button click. NET project. highcharts not working properly. Modified 1 year, 8 months ago. And I got it solved with the help of SO from this post. reflow from our codebase and the problem still persists, currently trying to reproduce the problem in a JSFiddle. Method setData contains two parameters, in first parameter we need to pass For my project I need to add highcharts (2. Below is a simplified version of how the code currently looks. I tried to implement the reflow() call in my If I set the size of the div element in px ("fixed" size), then reflow works fine. In Highcharts core, i use reflow() after i change a tab and then highcharts does all the GUI handling which works. Highcharts won't render in my MVC4 . Also, listening to the load event seems not to be helpful when the chart is loaded off-screen. Today we encountered issue with chart reflow when chart container changed in width Please find the below attached image. By default, the chart reflows automatically to its container following a window. I also used Bootstrap for tabs. But I want the container (and the graph) to scale with the window. If a number, the height is given in pixels. Without that, you will mutate the chartOptions but your chart will not Per the highcharts-vue documentation, it should be possible to access the underlying Highcharts instance so that I can call the reflow method. however if i then manually resize the browser window then reflow is triggered. Modified 4 years, 1 month ago. net mvc rendering. src. It reflows it but not to the right height its not tall Just don't set the height property in HighCharts and it will handle it dynamically for you so long as you set a height on the chart's containing element. These pages outline the chart configuration options, and the methods and properties of Highcharts objects. These charts resize automatically when the browser is resize but when we want to print using the browser print function the charts doesn't resize and are truncated Hi guys I inherited some code handling highcharts and I'm struggling with it little bit. Everything looks fine until I started resizing my screen. Tired few possible ways to solve the issue but doesn't work as expected 1. reflow method is available but I am not getting why it's not increasing or decreasing its size according to container size. If you anchor an HTML Expander using anything other than "top left" the window will not be anchored after a content resize and reflow. 9 and highcharts-more. but suddenly I noticed the stock tools are not working. Reflow not working correctly. Actually, reading how reflow works, it stand to reason that the chart I select actually does reflow (because it's the one being changed), but the rest don't, after the full screen. This is the code. reflow with a delay chart is no longer respecting scrollPositionX property (scrollbar is no longer aligned t I recently have update highcharts version from 9th to 11 everything was almost working fine except one thing that is reflow(). So I'll probably have to store refs to only those charts in Redux and have the transitionend handler call a Redux action to do the reflowing. Why the behavior is changed after upgrade,? Please recreate the issue on a An explicit height for the chart. as the documentation says, if I resizes my browser, then the chart is fit into the new size area. It correctly resizes the charts on the page, and then, post print, it sizes them back to their original size. I've noticed that this is only a problem in The chart. It is hard to tell you what is not working and what could be done without taking a look at your code, which reproduce strictly your issue. Highcharts - The JavaScript Charting Framework Highcharts Usage Highcharts Stock Highcharts Maps Highcharts Gantt Highcharts If I set the size of the div element in px ("fixed" size), then reflow works fine. reflow() (for example external library that allows to resize the container, you want I recently have update highcharts version from 9th to 11 everything was almost working fine except one thing that is reflow (). I want to call reflow method as i set chart width and height dynamically to container and sometimes it results in chart not visible , some charts width reduced to 50% etc and the series is leaving gap between container and the line. Not a problem, except triggering reflow doesn't appear to work in the callback of redraw or load. Viewed 10k times 2 If you use a bar chart in Highcharts, the zoom does not seem to work properly. You can then set up parent divs using flexbox to get your desired layout. That is if I add some transition in toggling the sidebar. I am working in react and using highcharts with react-grid-layout to resize the elements in div. Collectives™ on Stack Overflow Highcharts reflow is not updating Highcharts container width. resize event, as per the chart. In this jsfiddle example 'update' method attached to button 1 is working, but in my original code 'update' is also not working. m Site Moderator Posts: 892 Joined: Thu May As of Highcharts 4. original chart size. HighCharts and WebForms. series[0]. The copy, chart. 1 version. . The same way with a Map has the only effect that the state captions are reflown, Hi, Thanks for your answer. There are cases when a user might want to set the chart to an exact size, then after a container animation have the I recently have update highcharts version from 9th to 11 everything was almost working fine except one thing that is reflow(). I have been searching all over the forum for a solution but can't quite find my exact problem. reflow Actual behaviour After calling chart. reflow() doesnt work with Map. That seems to be Highcharts Bar Chart Zoom not working. reflow(); but how to use this in react code? i have tried. I also found the reflow option not to be working properly. The same way with a Map has the only effect that the state captions are reflown, If you anchor an HTML Expander using anything other than "top left" the window will not be anchored after a content resize and reflow. HighCharts offline-exporting module not working. Somehow resizable feature is working for images but not with highchart. reflow() method is still available in the newest Highcharts version. I looked into the source code and found the following line inside the initReflow() method: I was using highcharts in my next. The problem is that from then on, the charts will not respond to Media Query changes. But I have a way to do this without resizing in JS, assuming you can set the height of your wrapper div. First, reflow isn't working properly if changing a variable like "height" on the container doesn't trigger the implicit reflow behavior then, quite frankly, it's useless. Hi, Highcharts Developer. reflow() is called only on window resize, in all other cases, you need to call chart. and the chart does not reflow. The chart, however, is not zoomed in. 0). The problem could be caused by set height / width for the chart or race problem (container changes size at the time chart's reflow is not possible to obtain the correct size for the chart). i. For some reasons, on resizing the window ,my charts are not resizing. It says either chart. js wrapper, and it turned out that this. reflow is not working. 0) to ExtJS panels. Re: resizing the chart from the right, not the left. Here is a simple example with 2 charts side by side. My issue is that I'm using I am trying to build a dynamic page that has any number between 1-4 graphs on it that can be added or removed as needed but I have run into a huge problem and I can't seem When changing height of chart using chart. This You can disable reflow and create your own function that will check window width, take a look at this: http://jsfiddle. HighChart resizing seems to always delay by one resize, ie, the charts do not resize until I my next screen resize. bind(this),0); } } chart is very basic right now so nothing else is implemented that would impact this. The chart component need to be wrapped by Content, and Layout must have enabled hasSider property. About; Highcharts reflow is not updating Highcharts container width. Affected browser(s) Chrome and IE seems to handle things correctly, but still have some issues after clicking buttons a few times. It can be a fixed number or a even a percent if position is absolute. 3. Good luck with solving those problems! Kamil Musiałowski Highcharts Developer. It reflows it but not to the right height its not tall Reflow not working correctly. Asking for help, clarification, or responding to other answers. Highcharts - Issue with the chart reflow function. log('in fullscreen nonsense'); I am using latest highcharts 2. I had it working yesterday perfectly but today I have added a couple extra lines to the page and now it seems as though it is still resizing to for the content before the changes. I have checked the related posts like using reflow and all but that is not working also for me. 1) and set containerProps={{ style: { height: "100%" } }}. I've made a more thorough jsfiddle for this issue. However, there are no reliable events for div resize, so if the container is resized without a I have the Highcharts code working at this point. So I have an original highslide window that pops up on page load. reflow is not redrawing a chart if the container of the chart didn't change. Mon May 16, 2016 12:49 pm. setSize() when it didnt work, and everytime i click the button it will slowly make the chart smaller until it went to the right size. The same way with a Map has the only effect that the state captions are reflown, The original options given to the constructor or a chart factory like Highcharts. I am using Angular + fxFlexlayout alongside angular highcharts (v3. Wed Aug 13, 2014 12:28 pm. After upgrading high chart from 4. reflow() checks there whether we really had some size change, so this did not do anything. I've attached screenshots showing it not working, in addition to the charts un-synchronized to show what I would want for the call-out boxes. Hi, I apologize for a long reply time. I then have a button at the bottom of this page that sends the user to a new page it the same window. as you can see, the chart is not resized. plotOptions. That seems to be The original options given to the constructor or a chart factory like Highcharts. setData(newData, true); Explanation: Variable newData contains value that want to update in chart. Re: Problem with chart. Teams. Reflow is Gridstack on highcharts, reflow not working. i can not find proper solution. This will make the chart dynamically resize to fill its parent div. 1. So the content of the page is loaded but the reflow isn't working quite right. It reflows it but not to the right height its not tall Example works fine, so reflow() works properly as I see, any exampel with not working reflow() ? Sebastian Bochan Highcharts Developer. e. highcharts(). Ask questions, find answers and collaborate at work with Stack Overflow for Teams. The site is Responsive, built on Bootstrap, so this is not a functional result. To overcome this you can either remove the typing for the property (the lazy way out): class AppComponent { options: any; } Highcharts - The JavaScript Charting Framework. Board Index 32 am. The correction is simple enough. import ". This works fine for all other charts types but for the map it does not properly render the chart. redraw method in ngDoCheck . I have problems with Bootstrap tabs. I have tried this with a recent highcharts version and its vue. With highcharts When making a chart wider and calling reflow, the series ends up being cropped. highcharts-container, . Skip to main content. reflow(). when user clicks to checkout i display sedond div and hide first div. HI i am using gantt highchart in angular 13 for me chartRef. Quote; Wed Aug 13, 2014 11:28 am. Chartcomponent. Chart not being displayed using DotNet. – HighCharts angular not working with dynamic data from Angular service. Ask Question Asked 1 year, 8 months ago. tooltip. Tue Feb 18, 2014 6:09 pm. Method chart. /styles. The tooltip property is not meant to be directly under plotOptions, but inside the series(or scatter) sub property of the plotOptions. You could try to trigger window resize event when another component is changing size / visibility, so it should trigger chart reflow automatically. Chart. NET; Highslide JS - The JavaScript Image and Media Viewer Highslide JS Usage Highslide Editor Highslide FAQ News Please find attached the image. reflow after that, the graph should be readjusted to be in the container. Dynamically updating a An our angular Highcharts wrapper you can find demos that you can use as template, including update and pass data from services, that could be help in your case. Try Teams for free Explore Teams. I have two charts, and each one of the chart I want to show in the different tab. this works now for when the panel collapses - if there is white space to the right of the chart, the chart will resize to fit. Using options. maxWidth will not work for HTML popups; these popups must have a defined width (default is 400px). I'm using a responsive design, and the chart appears before it "figures out" the size of the parent element. new chart size. Somehow I am getting correct first chart in the first tab. You can read more about these methods in the documentation. You should use a chart. My chart is inside a another div that is resizable. Thanks import React, { useState } from 'react'; import { Responsive as ResponsiveGridLayout } from 'react-grid-layout'; import { withSize } from 'react-sizeme'; import I created ref inside chart. First of all, you really shouldn't style your elements as tables if you are not using tabular data; I removed this from your CSS. I've been trying to add a fullscreen event to a highchart chart with no success. net/dchNw/11 I use kirjs/react-highcharts plugin for react but I have no idea how to get Highchart component in order to call reflow like: $('#container1'). they are showing and I can select them but they are not working and the Welcome to the Highcharts Stock JS (highstock) Options Reference These pages outline the chart configuration options, and the methods and properties of Highcharts objects. Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. I'm waiting for news from you. I have set preserveContent to false in my highslide file My problem is when my chart first loaded, the size is not following the container size, when i resize the window then only the chart display correct size. js. HighChart not rendering on C# MVC. Maybe something like Highcharts. Actual behaviour. It only updates a chunk and i know this because i made a button that did a chart. Highcharts docs: By default the height is calculated from the offset height of the containing element Hello, I have a highchart in a bootstrap modal with the below reflow code that works well in chrome and firefox, but this code causes the highchart to not show in Internet Explorer 11. Ask Question Asked 9 years, 10 months ago. reflow() is undefined. reflow()) does not work. gzak fdtq xxrupv ikgcl albp qel anjgh gep tbn wvauwea