score:1
Accepted answer
Check xAxis.labels.useHTML, It allows us to use html property in the labels
title: {
useHTML: true, //added this
enabled: true,
text: "<p>Custom with <span style='color:blue'><b>simple</b></span> <i>markup</i></p>",
style: {
fontWeight: 'normal'
}
}
Fiddle demo
Source: stackoverflow.com
Related Query
- Correct approach to apply HTML style in x-axis title
- Highcharts -- Can't apply style to x axis labels
- HighChart Title text implemented HTML Style is not applying in exporting files
- Change HighCharts axis title
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Change HighCharts axis title in 2.1.4
- Style highcharts x and y axis
- SVG tooltip z-index with html title
- HighCharts - Dynamically Change Axis Title Color
- Too long chart axis label title
- Highcharts loading data from a HTML table with a title
- Is there a style to apply that allows the legend to style each series as a button?
- Scatter chart using HTML and Java Script (makeing y axis starting from zero (upside down) )
- Change Style of Title in HighCharts in ActionResult
- Highcharts display label for pie chart using html table as data source
- HTML Content to Javascript Code
- How to add title of axis in Highcharts
- Strange character in the Highstock source code
- Detect a click on, and add hover/selected style for x axis on area chart in Highcharts?
- highcharts from HTML table does not getting the x axis key
- HTML table as data source for highstock charts using highcharts
- Different approach to generate PDF of a HTML page which contains 10 highcharts using mPDF in PHP
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- highchart x axis not showing correct date labels
- highcharts y axis label with offset is hidden when chart has no title
- Render title with dynamic html in highcharts
- Highcharts how to use column title as X axis and not as Legend
- build a "double divergent" axis title in HighCharts
- Use HTML class as Highcharts table data source
- highcharts: when adding new data series add new Y axis only if the title is different from existing Y axis
More Query from same tag
- BootStrap - Model Binding and HTML5/CSS3 support?
- How do I get Highmaps zoom level and is there a Highmaps zoom event?
- Mouse out event on highcharts
- HighCharts onClick get column data on Stacked Column Chart
- HighCharts long title text overlapping on some elements
- Highcharts - xAxis label for each point
- HighCharts: How to change style of bottom most x-axis grid line
- get yAxis labels as 10% of the categories of xAxis
- Highcharts - Column With Negative Values - Column Color
- Highcharts: how do I align data labels on the right in a bar chart?
- Highchart- Using PHP, MYSQL and jQuery.get to parse data
- Overriding log scale with highcharts export server
- Highcharts context menu causes chart to disappear on return from print screen only on Chrome
- Using JSON data with the jQuery highcharts plugin
- min and max axis value not respected in HighCharts chart with a logarithmic axis
- HightCharts: How to align pie chart positions to right or left corner of the container
- setting highcharts title in a modal
- HighMap - why the data doesn't display after clicking
- Custom Notation in HighChart series
- Disabling highcharts stacked bar's highlight
- How to use highchart pattern fill in angular?
- How to generate proper csv file format using javascript
- Show some data in tabular format in high chart's pie chart drill down
- Rails: Pie Charts legend in Chartkicks
- Highcharts update xAxis category when calling series.setData
- Highcharts more than 2 x axies
- highchart mysql json with dropdown select value for where condition
- HighStock Start Month rangeSelector And series.compare Not Working on Initial Load
- AngularJS not loading directive correctly when using services
- Get the currently selected range from RangeSelector in Highstock