score:2
Accepted answer
The chart prevents the container from shrinking. The pure CSS workaround is to set position:absolute and width: 100% on the container, then it won't affect the layout of the table cell
Just change this in your div:
<div id="container" style="min-width: 400px; width:100%; height: 400px; margin: 0 auto; position: absolute;">
and add this in your td:
<td style="vertical-align: top;" >
Here's the jsFiddle: http://jsfiddle.net/9WhbG/1/
You can see here for more information: https://github.com/highslide-software/highcharts.com/issues/1157
Source: stackoverflow.com
Related Query
- highcharts dynamic spline with fluid size issue in table
- Highcharts Sparkline chart with dynamic data for table -Angular js
- Highcharts cloud issue with data source when duplicating chart
- responsive highcharts with dynamic font size and widths
- Highcharts dynamic height with table layout
- Highcharts - how to have a chart with dynamic height?
- Styling bar colors in Highcharts with a gradient issue
- Highcharts data series issue with ajax/json and PHP
- Column width in Highcharts when combined with spline
- Highcharts - Issue with negative values when displaying multiple axes
- How to structure Angular with Highcharts and lots of dynamic data
- Add dynamic data to line chart from mysql database with highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- "display: none" with highcharts - incorrect size
- AngularJS for Highcharts with dynamic ajax data
- HighCharts query parameters issue with Flask webservice
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- HighCharts : dynamic data with drill down
- Resize issue while gridster.js with highcharts
- Highcharts reloading issue with Backbone.js
- Highcharts - How to make a scatter plot with multiple series from HTML table
- How to match columns height with spline in Highcharts
- HighChart Sparkline Chart with dynamic data for the table
- dynamic highcharts with json data
- Highcharts zIndex issue with crosshair
- highcharts 5.0.14 issue with textOverflow
- Issue with increasing the size of the highlighted area
- Load highcharts dynamically with dynamic config option
- Performance issue with Firefox on Highcharts and Highstocks
- Add different symbols to highcharts chart with dynamic data
More Query from same tag
- Highcharts - nested sliced donut charts
- Is there a way to show overlapping points of the same serie in highchart?
- Make function usable outside class in angular2
- Highcharts tooltip on click mailto
- HighCharts Export burger menu not showing in AngularJS app
- cannot access this.props in load of highcharts
- Setting Line Break in High chart legend
- Highchart graph for continues status data in bar like timeserise
- Highcharts polar wind rose chart with segments in trapezoid form
- how to place heat-map tick label at top of the y-axis instead of middle
- React HighCharts cannot use marker-clusters
- Is it possible to plot points on a line graph using two separate arrays? (highcharts)
- Highstock - SMA (Simple moving average) dataGrouping not working
- highcharts. How to shade the area between two vertical lines?
- How to pass the database data and display it in yii2 highCharts?
- Using datetime axes, but with changing scales
- Rescale Y-axis in Highcharts after zoom while maintaining zoomType=x behavior
- Highcharts draw (and remove) glyphs on the chart
- 3d chart for Highcharts with legends
- How to add line which runs through origin (from positive to negative) on a scatterplot - highchart
- HighStocks Tooltip is not working properly
- highchart - how to deal with flags overlapping problem?
- Make bar graph using highcharts from entries in the database
- Click event in highcharter treemap (R shiny)
- Highcharts rangeSelector: is there a formatter function callback for the inputData fields?
- Laravel real time Highcharts
- Highcharts export charts as image on serverside with php
- highcharts get data by JSON?
- my highchart is currently is not working with pie spline chart in updating after rendering chart
- Remove first and last grid lines in highcharts?