score:1
Accepted answer
You need to define the #container
and #container2
width's in your CSS file, then it should works correct. Here is the code, and example:
#container {
width: 100%
}
#container2 {
width: 100%
}
Live example: https://codepen.io/anon/pen/XBGOgK
Kind regards!
Source: stackoverflow.com
Related Query
- highcharts, mobile responsive, chart not fitting inside container
- HIghcharts - chart width not the size of the parent container
- Added series does not remains in highcharts on show/hide of chart container
- Highcharts - Make text inside pie chart responsive
- Show Highcharts tooltip at the bottom of the chart in responsive mobile version
- Highcharts not responsive for all series in chart
- Chart not resizing according to it's container Highcharts reactjs
- Responsive Highcharts not sizing correctly until window resize
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- Highcharts does not resize charts inside tabs
- Highcharts - labels inside and outside a pie chart
- Highcharts saying undefined is not a function when trying to add a new chart
- Highcharts not displaying data labels for Pie chart in arabic
- HighCharts Pie Chart - Add text inside each slice
- Highcharts Pie Chart Drilldown not showing on third drill
- Highcharts stacked bar chart hide data labels not to overlap
- how to get chart object inside a point event function in Highcharts
- Highcharts line chart tooltips not showing correctly?
- Not rendering VU-meter Gauge chart using HighCharts in Durandal
- Highcharts spline chart points not showing unless zoomed in
- Highcharts stacking bar chart border not displaying on right side
- How to make a pie chart from highcharts responsive
- How to center chart title position dynamically inside pie chart in highcharts
- HighCharts chart export (screenshot download) does not display Navigator graph
- JavaScript code inside TypeScript file .ts not working
- Highcharts chart not loading after AJAX call to insert partial containing chart
- Highcharts symbol not appearing in chart (opacity set to 0, it appears)
- Highcharts - Gauge chart data label not positioning correctly
- DataLabels in Highcharts are outside the container / not showing
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
More Query from same tag
- Can I assign a different radius for each pie slice using Highcharts?
- css clip-path source url gets change while using in solution
- Highcharter shiny events - Returning multiple selected points to a dataframe
- add total count inside stack labels grouped stacked column chart- Highcharts
- Framework for plotting latitude longitude in a map based on country, state and district depending on the zoom level
- how to display chart in jquery?
- Highlight highcharts bars on mouse hover events
- Highcharts datalabels are not showing infront of each slice in pie chart
- HighCharts negative color for dataLabels
- scatter plot filter legend on zoom
- Formatting Highcharts - timestamp in tooltip, day x axis
- Highcharts - How to set a gradient theme for each type of graph globally?
- how to hide series data in combination high charts
- highchart drilldown dynamic point name
- Remove extra ticks when tickmarkPlacement: 'on'
- add a bar Highcharts series
- Highcharts - Gauge chart data label not positioning correctly
- How to get Highcharts xAxis co-ordinate?
- Coloring a country in lat-long highmap
- Concatenate data variables in Highchart Series
- Highchart - Use a formatter on PlotLine labels
- Highcharts not plotting Date string as Category
- Highcharts how to get columns to show correctly?
- Pie-donut using .csv
- Highcharts - Gauges Versioning
- Highcharts datetime column bars are not lining up correct
- Too long chart axis label title
- Highcharts's width is not able to fill 100% of parent
- Loading 'theme' and 'exporting' module with Highcharts using Requirejs
- Highcharts: useHTML for labels creates empty label div every time Axis.update() is called