score:12
Accepted answer
You need to set useHTML
to true
, and insert your image as HTML:
chart.setTitle({
useHTML: true,
text: "Testing" + " " + "<img src='../images/appendImage.png' alt='' />"
}, {
text: "This is a test"
});
Source: stackoverflow.com
Related Query
- How to add image in Highcharts Title and subtitle
- How to add and resize image in context button of highcharts
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- How to add space between chart and axis in highcharts
- How do i add mouse wheel code in Angular2 highcharts in typescript
- How to add a border to the title in highcharts
- How do you get Highcharts to scale up image contents rather than add more details?
- how to add text in top,left and bottom in funnel highcharts
- How to add exporting date and time as user format in Highcharts exporter?
- How to add dots to Highcharts legend and bars?
- Highcharts -> how to add vertical title to bar? how to make the symbol in the legend a rectangle?
- How to add title of axis in Highcharts
- Highcharts - How to prevent long title with line break from overflowing 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
- Highcharts how to use column title as X axis and not as Legend
- Subtitle and title at bottom of highcharts
- How to add button image in normalstate,hoverstate,pressed state and disabled state in Renderer button using highcharts?
- How to add blank spaces in highcharts subtitle option
- How to remove and add Plotlines in HighCharts
- how can I use rangeselector and navigation in highcharts in the given code
- How to customize a legend in highcharts as the image and while clicking on the leg end appears lines inside linechart
- Highcharts - How to add background in bar series? And how to print page without lose quality?
- How to add ellipsis for highchart titles and subtitles when title has long name
- Highcharts chart title and subtitle overlapping on Iphone 5
- Is there a way to disable the Title and Subtitle in Highcharts?
- How to create a column range chart in Highcharts using range and navigator functions?
- how to add copyright symbol in a highcharts title?
- How do I add an event listener to a Highcharts object *AFTER* I've created it
- Highcharts - How to programmatically toggle legend items and determine which items are selected
More Query from same tag
- Highchart tooltip variable width
- In HIGHCHARTS unable to set the max point in the gauge
- how to get highchart data from external json
- Date-labels missing in Highcharts
- Django - highcharts changes dot i comma
- Is highcharts-more still needed (as of highcharts version 4.0.4)?
- tickInterval Inside an interval
- Labels and tooltips on plotbands highcharts
- Highcharts - get bottom position for each stacked category
- How can I render a watermark image in my highchart from local directory?
- How to pass php value in the "formatter" of Highcharts in Yii2
- In a Highcharts gauge graph, how can I position plotband labels centered?
- Format x-axis of highchart: only showing full numbers
- How add the straight line between bubbles in highchart
- Point marker disabled on normal state and enabled on select and hover states - it is not working for select state
- Adding points to Highcharts 3D scatter chart after the chart has loaded
- Highcharts increase height of the chart displayed
- Highchart multiple column range in same series on bar chart
- Highmaps js, on Hover display additional data
- highcharts dynamic background color issue
- Charts not responding on the web page after printing them
- Highcharts Drilldown is not show if i have more than 4000 data points
- How to make legend labels to bring out the series of a pie chart and not make them disappear when label is clicked in HighCharts?
- How to get PlotBands data to show up on HighChart chart?
- Highcharts - Xrange chart events issue
- highcharts scale chart to width
- Highcharts tooltip missing if shadow: true
- When trying to display a chart using ChartIt, Error saying template does not exist arises
- Buttons not working on subsequent tabs to redraw chart in Highcharts
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP