score:1
You simply need to add a marginBottom
to your chart to make space for the titles. Further a negative y-attribute moves the titles upwards.
Something like the following should solve your problems:
chart: {
type: 'pie',
marginBottom: 80
},
title: {
text: 'Main title',
verticalAlign: 'bottom',
y: -30
},
subtitle: {
text: 'My subtitle',
verticalAlign: 'bottom',
y: -10
}
As also illustrated in this fiddle.
Source: stackoverflow.com
Related Query
- Subtitle and title at bottom of highcharts
- How to add image in Highcharts Title and subtitle
- Highcharts chart title and subtitle overlapping on Iphone 5
- Is there a way to disable the Title and Subtitle in Highcharts?
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts - Bubblechart - adding padding to top and bottom of plot
- HighChart - Can draw line between Title and SubTitle
- HighCharts - Need more space between bottom of chart and Xaxis labels
- Drilldown and title update in Highcharts pie
- making title in highcharts clickable and work with bootstrap popover?
- how to add text in top,left and bottom in funnel highcharts
- Highcharts {Gauge} - Remove bottom border and change dial position
- Highstock title and subtitle overlap
- Update chart title when drilling up and down in highcharts
- Highcharts - How to prevent long title with line break from overflowing subtitle
- Highcharts only loads Title / Subtitle
- How to customize graph title and subtitle
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- Converted PHP code that built an array to JS and now highcharts doesn't work - what did I do wrong?
- Highcharts how to use column title as X axis and not as Legend
- how can I use rangeselector and navigation in highcharts in the given code
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Only my title shows when using highcharts with php and MySql
- How to let x axis title still show on the bottom when setting fontsize attribute in Highcharts
- How to create a column range chart in Highcharts using range and navigator functions?
- Hide axis and gridlines Highcharts
- Programmatically change a chart title in highcharts
- Customize tooltip and format the number to 2 decimal places of highcharts
More Query from same tag
- Highchart Funnel Chart not showing
- Highcharts Donutchart: Avoid showing duplicate legend with nested charts
- Tree Map in high charts fourth level is not working
- Apply Background Image to A Column
- Format data from database to Highcharts series Format
- Total valued figures often overlapping with bars in Highcharts Barchart
- Highcharts export only renders one quarter of the image
- Highstock Time series not formatting on scatter tooltip
- Creating highchart linechart with data using PHP (and Laravel)
- How to display a single series total in stackLabels
- Multidimensional JSON to javascript array for highcharts
- Highstock chart.getSVG() does not export all details
- Highstock UTC date YTD
- alternative to deprecated Highcharts.each when using arrays within an array
- how can I add a borderline to a plotBand when mouse move in and remove that borderline when mouse move out?
- Weird character in front of Highcharts tooltip series names
- create multiple charts during runtime ssrs
- High charts and expression language issue - Syntax error on token "{" expected
- Highcharts - Pie Chart - link in tooltip
- Highcharts datetime axis, how to disable time part (show only dates)?
- Highcharts - creating chart with same scale axis
- HighCharts in R Shiny App
- How do I calculate the sum of the points in a HighChart after I edit it
- highcharts: convert useUTC=true milliseconds to javascript Date object
- Highcharts event handler after finishing redraw
- (Highcharts) Display Newest Data From Text File Only
- Disable the UTC timezone
- Applying custom style on ticks of Highchart
- HighCharts Funnel with Centered Labels instead of on the right
- How do you remove elements added with .add() function in HighCharts?