score:1
It would be better to see the resulting page source code, so I could identify the elements' separate ID's or classes, but here's one suggestion. In your code for the chart you have:
pie: {
dataLabels: {
enabled: false
},
shadow: true,
center: ['50%', '50%'],
borderWidth: 0 // < set this option
}
Try changing
center: ['50%', '50%'], to
center: ['50%', '25%'], or
center: ['50%', '75%'],
...and where you have:
subtitle: {
text: 'Rs 25000',
align: 'center',
verticalAlign: 'middle',
y: 10,
x : 1,
style : {
color: '#fff',
fontSize: '1.2em'
},
},
You could try changing
verticalAlign: 'middle',
to verticalAlign: 'bottom',
Source: stackoverflow.com
Related Query
- How can i remove extra space in mobile app?
- In highcharts's stacked bar chart, how can I remove the white space between different
- How can I remove the white border from HighCharts pie chart?
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- Highcharts - How can I remove starting and ending padding from area chart
- How to remove white space from pie chart in highchart.js?
- Highcharts: How to remove tiny space between stacked bars/columns
- Highcharts - How can I decrease space between categories?
- How to remove space in between bars in HighCharts bar chart?
- How to remove empty space between bars in Highcharts polar chart?
- how to remove space above semicircle angular gauge
- How can I unescape and remove quot; from data served by rails into javascript
- How to remove Empty space above the chart
- How can I use data.table or data.csv and extra data for click event handling
- How can I remove the number in the tooltip
- How Can I remove the extension Gridline from my graph?
- How to remove extra one legend from High Charts- Bar chart (multiple & stacked)
- How can I remove the legend symbol for a SINGLE legend in Highcharts?
- Extended Highcharts Boxplot to include mean line - how to remove extra line on resize?
- How do I remove the empty space beneath a solid gauge?
- How can I stop HighCharts drawing an extra 'tick' outside the graph area?
- How to remove space below the semi-circle in highcharts?
- How to remove space between highChart bar graph between two different category
- How to remove columns space in column chart
- how to remove extra data point from x-axis in highcharts
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- how can I use rangeselector and navigation in highcharts in the given code
- how to remove an extra series in highchart
- how can I add a borderline to a plotBand when mouse move in and remove that borderline when mouse move out?
- highchart: How to Remove Series space (after & before)
More Query from same tag
- Highcharts series showing different data for 'column' and 'line' chart
- Disable "fill" attribute when using Styled CSS
- Remove Image/Symbol from Highchart Graph
- How to add radio button in highchart legend symbol
- Highchart line chart Tooltip showing index value instead of X-axis formatted label name
- Difference between "highcharts-angular" and "angular-highcharts" node modules (for Angular v7)
- How to invert (transpose) the rows and columns of an HTML table which is generated dynamically from highchair in Angular 12?
- Get x-axis values of selected graphs
- Append to default highcharts tooltip
- Maps in not displaying (angularJs directive, controller)
- Highcharts - Change opacity of chart when tooltip is shown
- Highchart sankey- Show multiple entries having same name independently
- Can we have variable width of Bars in timeline chart in highchart?
- HighCharts Rendering Issue
- How to put data in Highchart from session storage?
- How to show time duration on y-axis in high chart
- Can I create a Javascript chart from this table?
- Javascript datepicker date defaulting to 01-01-1970 HighCharts
- Highchart: Irrelevent YAxis Scale at the end
- Highcharts stacked column dataLabels overlapping
- How to add fill color in highcharts data series
- Can't assign names to legend points
- Export multiple charts with one request
- Highcharts - two different values are being overlapped
- Highcharts Plotoptions Series
- How to display HighCharts with tables
- Highcharts show / highlight y-Axis on mouseover over chart line
- How to add another same chart but with different data?
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- How implement a ball similar as in this image use Highcharts?