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
- Pass function to jquery from php
- Highcharts - Combine columns
- python generate histogram/pareto chart on keywords
- HighCharts stacked grouped chart - with grouped caregories plugin
- Highcharts columnrange dataLabel x,y positioning ignored
- HighCharts to support RTL
- Highcharts - Change opacity of chart when tooltip is shown
- Hide the charts
- Format y-axis values using numeral JSHighCharts
- How to get Highcharts X-Axis Categories starting at the left most point
- Highcharts : Shared Tooltip for non-matching x values
- Function to draw a polygon from a scatterplot with nested array data
- How to generate multiple high charts in ng-repeat
- Highcharts: Negative values of the secondary axis should come below the x axis
- Highcharts xAxis multiple colors
- Why does opening a CSV file in Excel break my Highcharts chart?
- Highstock navigator not adjustable
- How to convert HTML table to Chart?
- Need to precisely set Highcharts axis min/max after chart creation
- How to Plot chart from two different webform Submission data And Wand to Display annotated point
- highcharts no point markers but show single point or discontinous points
- How to create a Jquery array object
- HighCharts rest zoom fails on xy
- Show only used ticks in Highcharts
- Old highchart data in react component when going back and forward
- UseHTML=True in legend ignores itemWidth on click
- Highcharts using value not an array Ajax
- HighCharts - show last labels in xAxis
- Labels are not rendering for plotLines highcharts
- Drilldown in HighChart on Double Click