chatwon
chatwon

Reputation: 90

how to reduce padding when embedding highcharts?

I'm having trouble embedding a highcharts pie chart in an html document. Specifically, I can't resize the chart's container without changing the size of the chart. Does anyone know if you can reduce the default padding without shrinking the chart? Alternatively, can you increase the diameter of the chart without increasing the width of the container?

Upvotes: 2

Views: 6952

Answers (1)

Sebastian Bochan
Sebastian Bochan

Reputation: 37578

You can reduce padding / spacing / margins http://api.highcharts.com/highcharts#chart or increase size http://api.highcharts.com/highcharts#plotOptions.pie.size

Upvotes: 3

Related Questions