score:0
Had the same issue when working with mutliple piecharts. Only 1 of the piecharts appeared smaller in size. The reason being max-width was set for the div element. Once I removed the max-width attribute, it worked fine.
<div id = "ab" style="min-width: 310px; height: 400px; max-width: 600px; margin: 0 auto">
to
<div id = "ab" style="min-width: 310px; height: 400px; margin: 0 auto">
score:1
Try setting minimum width and height of the div container where you are generating chart like this
<div id="pie1" style="min-width: 400px; height: 400px; margin: 0 auto"></div>
score:2
First of all, define your width / height, secondly you can modify size of chart by parameter:
Source: stackoverflow.com
Related Query
- chart shows very small pie
- Highcharts display label for pie chart using html table as data source
- Manipulate PHP array to group small values for use in Pie Chart
- highcharts shows exception "c is undefined" for pie chart
- Pie chart legend shows empty values
- Highchart Pie Chart shows "slice 0.0%" when loading data from csv
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Place text in center of pie chart - Highcharts
- highcharts: dynamically define colors in pie chart
- Highcharts - labels inside and outside a pie chart
- highcharts: pie chart - reduce number of slice
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts pie chart dynamically changes size
- Highcharts not displaying data labels for Pie chart in arabic
- Total of values in HighCharts Pie Chart
- Dealing with pie chart label overlap [Highcharts]
- HighCharts Pie Chart - Add text inside each slice
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts Pie Chart Drilldown not showing on third drill
- pie chart highcharter R
- Highchart's Pie Chart Opacity Changes on Hover
- Symbol-outline with pie chart -or- custom legend symbols
- Highcharts: Updating a Pie Chart with setData()
- Highcharts Pie Chart Label Threshold
- How do I make each row in a HTML table a pie chart in Highcharts?
- HighCharts - Pie chart drilldown for multilevel (3 to 4 level)
- Nested/multi-level/drill-down Pie Chart in Javascript?
- Grand Totals in HighCharts Pie Chart Legend
- How to remove white space from pie chart in highchart.js?
More Query from same tag
- How to set Highchart datetime format to minute?
- JQuery animation doesn't work in IE8
- highcharter animation in flexdashboard
- HighChart isn't plotting data correctly
- Highcharts: How to add another(custom) label/ legend/ something else to the top right of the graph?
- unique legend on multiple charts
- series.remove() on area-stacked chart
- How to change area graph color above certain value in Highcharts
- How to add hyperlink to each part of high-chart's stacked bar chart in php
- How to disable data grouping in Highstocks(npm: Angular-highcharts )
- How to draw SVG shapes at a specific position (dependent on the xAxis)
- Highcharts - Export CSV include additional data
- highcharts drilldown column chart change Aaxis lables
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- IE 9 64 bit Rendering Issue
- Change the zoom Type dynamically?
- highcharts how to have loading animation after data update?
- Is it possible? xAxis categories with Json?
- How to set background image on 3d highcharts?
- How to plot line per category in highcharts?
- How do I set a custom style to given stacked columns?
- highcharts map bubble with categorized classes
- lineWidth on both sides of chart
- Highchart's line color not changing in wordpress page
- No output while reading json file in Highcharts
- Highcharts - Drill up event to toggle the displayed information back
- Non-contiguous time series in Highcharts
- Extending Highchart's show() and hide() functions
- Why do I get 'Cannot read property 'isValid' of undefined' when using 400 data points?
- ERROR TypeError: (intermediate value)(intermediate value).init is not a function - Angular 6