score:4
You can do it with the title properites. Check the API documentation here. You will have to mess around a little bit to get things how you want them but the tools are there. What you need are x
and y
and the chart spacing properties (see this). The same applies to the xAxis title. One of the many great things about HighCharts is their API documentation. It is definitely worth a read-through.
score:0
It is so simple. You just have to set x or y property accordingly. Eg:
yAxis: {
offset: 30,
opposite: false,
title: {
align: 'high',
offset: 0,
useHTML: true,
text: 'y axis',
rotation: 0,
y: -10,
x: 48
}
},
Refer this API link
score:0
I was just trying to do the same thing and I found it simpler to use marginTop
for this instead of spacingTop
and title properties.
When you increase spacingTop
you're increasing the space between the top edge of the chart and the content (including the title), which doesn't affect the space between the plot area and the title, so you still have to also set title properties to get that spacing how you want it.
Increasing marginTop
increases the space between the top edge of the chart and the plot area, and the title seems to stay positioned relatively close to the top of the chart, so it increases the space between the title and the plot area without setting any title properties.
score:1
+1 for High Charts.
Take a look here for all the styling: http://www.highcharts.com/docs/chart-design-and-style/design-and-style
title: {
text: 'Title',
floating: true,
y: -30
}
Source: stackoverflow.com
Related Query
- High charts - Increasing the space between chart and title
- How do I reduce the space between title and chart of a High Chart?
- Adding space between the line and the fill in a Highcharts area chart
- How do you reduce the space between pie chart and legend? (highcharts.js)
- How to set reset zoom button and title to exactly center of the high charts
- Highcharts: Remove space between plot border and actual chart
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- How to add space between chart and axis in highcharts
- How to use add series and update methods in the high chart wrapper for angular?
- Laravel 5.5 Console TV Bar Chart High Charts multipleDatasets and label
- High charts: Can we reduce the distance between two bars in grouped column chart
- Distance between x-axis labels and the chart in Highcharts
- HighCharts - Need more space between bottom of chart and Xaxis labels
- Highcharts - reduce the space between zero data line and x-axis
- How to change space value between grid and yAxis in Highcharts line chart
- Highcharts AreaSpline - Adding padding in between the chart and plot area
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- Remove the border around the pie chart in high charts
- Adding multiple series to the spline chart using dotnet high charts in asp.net mvc3
- Switch between pie charts and bar chart in highcharts
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- Highchart bar chart: X-Axis label is cut off even when there is space between chart and label
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- Highcharts - column chart has space between bar and xAxis
- Not all Tooltips and crosshairs not fading from synchronised charts when the mouse leaves a chart
- Highcharts.js question: is it possible to add blank space from the left and right side of chart that will be visible only during panning?
- Highcharts Pie chart how to reduce space between chart and legend caused by plot width
- high charts from csv not drawing the chart on refresh page
- How to change the X and Y axis names of Pie chart High Chart?
- How to combine Bar chart and data as table in High Charts
More Query from same tag
- stacked bar graph yAxis plotbands width is changing when toggle/add/remove the series dynamically
- Highcharts hide connected line between individual points
- JSON highcharts -> empty chart
- tick interval is not working while applying tick interval its showing x and y both values
- Highcharts access drilldown data from event click
- Stacked column inside drilldown - HighCharts
- Highstock with datepicker and a non-default date
- Displaying max value in bottom of the pie chart - highcharts
- Highcharts axis does not show properly values when numbers are so small
- Show Date alongside OHLC values in candlestick chart
- Highcharts add 3 buttons Hide/Remove/Settings to Legend
- Use pandas to convert csv to json for plotting two series instead of one in highcharts highstock graph
- Highcharts padding between plot and graph, how to remove?
- How to create a highchart using mysql data (PHP)?
- Plotting a scatterplot/bubbleChart along with Columnrange graph in highcharts
- $(...).highcharts is not a function despite correct order of files
- Multiple series in drilldown
- Rcharts hplot (Highcharts) colors attribute not working
- Add Additional Information In Tooltip R Highcharts
- Highcharts xrange chart is not respecting datetime xAxis min and max values - shows space on both sides
- Parse HTTP Response that Contains Serialized Object with Functions
- Trouble importing Highcharts Gauge with NPM/Webpack
- Drawing a simple graph using projected lines
- Stacked Bar type of jquery Highcharts with data from HTML Table
- Unable to create Highchart where i can show different - different data on clicking category and series
- HighCharts - JQuery - Simple example not working
- High charts multiple values in X-axis
- Linear gradient in highcharts stockcharts according to full length date
- how to set dynamic text content to yAxis stackLabels in HighCharts?
- How can I disable tooltips during selection?