score:1
you should modify the tooltip header format
tooltip: {
xdateformat: '%b %y'
}
or if you want to modify the whole html
tooltip: {
headerformat: '<b>{point.key:%b \'%y}</b><br>'
}
score:2
use html in tooltip and format using dateformat
highcharts.dateformat(%y-%m,this.x)
score:7
just change your point.x: format string from {point.x:%y-%m}
to {point.x:%b-%y}
as shown bellow
tooltip: {
headerformat: '<span style="font-size:10px">{point.x:%b-%y}</span><table>',
pointformat: '<tr><td style="color:{series.color};padding:0;font-size:11px;">{series.name}: </td>' +
'<td style="padding:0"><b>{point.y:,.0f}</b></td></tr>',
footerformat: '</table>',
shared: true,
usehtml: true
},
Source: stackoverflow.com
Related Query
- Highcharts tooltip date format when using pointFormat
- Format highcharts date tooltip to display timezone
- Format Highcharts chart tooltip pointFormat in formatter
- Tooltip in Highcharts doesn't show the right format for Date
- Highcharts column chart returning incorrect series index on click when using shared tooltip
- How to hide Series Name in HighCharts Tooltip when using pointFormatter
- Highchart tooltip is not working when using it for date
- Customize tooltip and format the number to 2 decimal places of highcharts
- Format tooltip numbers in Highcharts
- Add tooltip to legend in highcharts when hovering
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- JavaScript error when using Highcharts
- Highcharts - only show tooltip when hovering directly on point
- json date format to Highcharts date format
- Using Highcharts and displaying a message over or on the chart when there is no data
- highcharts tooltip format millions billions
- create a sticky tooltip for a point or a permanent label using HighCharts
- How to enable or disable a Highcharts tooltip when a button is clicked?
- Remove UTC date from Highcharts tooltip
- Update Chart Colors When Using Styled HighCharts Version
- Increase different marker sizes when hovering series using highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Show HighCharts tooltip when chart loads
- Angular JS - "Error: [$interpolate:interr] Can't interpolate:" when using Highcharts
- HighCharts Date format
- How to hide one series data info in tooltip using highcharts
- Uncaught TypeError: undefined is not a function when using highcharts
- Need to make tooltip border color same as marker color using Highcharts
- HighCharts: Hide tooltip when value is zero when using 'split: true'
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
More Query from same tag
- How to use Highcharts in typescript and react
- Adapting CSV file to HighStock
- Highcharts Y Axis Tick Marks not setting
- Graph getting hidden while zooming in ( using the zoom scroll bar )
- How to create dynamic array fo array in javascript
- Highchart general drawing svg label zoom-in on mouse hover
- HighCharts - Getting chart to display - Simple example (markit API)
- Highmap R (or) javascript - adding custom legend
- Multiple y-axes causing range to have too much padding
- React: How to show correct date and plot data as Months in Highcharts
- ReferenceError: Highcharts is not defined when using lollipop series in react
- Graph for data updated every 30 minutes
- How to read serie names from data table for the legend
- Which web charting libraries export well with Wicked PDF?
- Responsive Highchart within draggable/resizable Panels using GridstackJS
- Odd Highcharts interaction between pointRange of two columns and xAxis.max
- Highcharts: get an event before drilldown?
- Export Highcharts to jsPDF - canvg error
- Increase size of rCharts on Shiny Dashboard
- Highchart the horizontal gradline below the 0 axis
- HighCharts - dynamic graph & no tick mark on the right hand side dual axis
- Multiple Series Timeline with HighCharts
- How to fix formatting of axis labels in Highcharts when surrounding the contents with div?
- How to update Highcharts with multiple series via JSON?
- Create HighCharts-Column type from JSON
- Create a heatmap using Yii2 highcharts widget
- x-axis minimum value to 2 and tickinterval of 6 months using highcharts
- Highcharts not showing graph elements or xAxis
- HighCharts data from SQL Server, classic asp
- How to truncate value in tooltip using highcharts