score:11
Accepted answer
expanding on grzegorz's solution to include showing the marker:
tooltip: {
pointformatter: function() {
var point = this;
return '<span style="color:' + point.color + '">\u25cf</span> ' + point.series.name + ': <b>' + (point.y > 0 ? 'on' : 'off') + '</b><br/>';
}
}
http://jsfiddle.net/0u915g9b/1/
note that the default html is shown in the docs: http://api.highcharts.com/highcharts/series%3cline%3e.tooltip.pointformatter
Source: stackoverflow.com
Related Query
- Highcharts Custom tooltips for multiple series
- Highcharts - How to set custom colors for the series
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts not displaying series data for graph with multiple Y-axes
- highcharts change chart type using dropdown for multiple series
- Highcharts Polar Chart - Specify Data Series & Tooltips for each Axis
- How to have multiple highcharts with different series data in vuejs without repeating code
- Create multiple Pie Highcharts for multiple series
- Highcharts - How to deploy data labels & tooltips for 2nd data series
- setting tooltips for multiple range line series in highchairs
- Show multiple values for a day in Highcharts time series
- HighCharts multiple x series data for line graph
- Draw custom background shapes for tooltips in highcharts
- Highcharts Multiple Series Drilldown to Multiple Series - only works for the last group in the series
- How to render highcharts from external json for multiple series
- Lazy Loading for multiple series unlike multiple points in highcharts
- Showing multiple lines for one series in Highcharts
- Changing data dynamically for a series in Highcharts
- Add additional data to a Highcharts series for use in formatters
- Display tooltip for invisible series in Highcharts
- Adding thousands separator for custom formatted highcharts tooltip
- Highcharts - drill down to multiple series
- Dynamic update of multiple series in highcharts
- Use an array of objects for series data in Highcharts
- How to get multiple data series into Highcharts
- Highcharts with JSON data and multiple series
- Using HighCharts and DotNet.HighCharts to "Play" Multiple Series
- Highcharts - Provide URL's for series data to open clickable link
- Creating multiple series in Highcharts within a loop
- Highcharts shared tooltip for line series and scatter plot not working
More Query from same tag
- Highcharts / Highstock step line without vertical "transition" lines?
- How to show the transition in highchart series graph without refreshing the html webpage?
- Highchart customized animation on setSeries or setCategories
- why my highchart code is not working?
- Alter SVG After Highcharts is Redrawn
- Using HighCharts with vb asp.net
- HighCharts Parameters meaning - plotX,plotLeft,shapeArgs
- Highcharts bar chart with negative and positive data
- Highchart, How to export along with sub-topics Highcgarts Drilldown
- Format point value in hightcharts
- Highcharts view full screen in older version
- Highcharts xAxis drilldown dont change correctly
- Any ideas on how to create a column chart from this output?
- Risk HeatMap using Highcharts
- Highcharts Solid Gauge (Thermometer) ... Color from -30 to +60
- Highcharts elements are not aligned
- How to hide bar but keep datalabels HighCharts
- External JSON from API into array?
- Angular HighChart in tabs width
- How to draw a Horizontal line using Highcharts DotNet C#
- Adding stacklabels to highcharts-ng
- Highcharts : On drillup, how can I unselect my selected point?
- Highcharts Arearange has no zoom animation above certain length
- Highcharts variation (%) between yaxis values in tooltip
- Rails BigDecimal JSON output for Highcharts
- Not able to render/retain graph on button click HighChart
- Highcharts: How to create Pie-Donut Chart with 1 slice to have 1 layer and other slices to have 2 layers
- HighCharts : Remove auto margin for errorBar
- How can I achieve this using HighCharts library
- How can I disable tooltips during selection?