score:2
Accepted answer
pass the data as below
series:[{
data: [{
x: timestamp,
y: value,
passCount: someVlaue,
totalCount: someValue
}]
}]
and access it from tooltip
tooltip:{
formatter: function() {
this.point.options.passCount
this.point.options.total
}
}
Here is a sample: http://jsfiddle.net/Mn6sB/9.
score:0
Source: stackoverflow.com
Related Articles
- How to display custom data on mouseover of column chart in highchart in addition to series data?
- Highcharts display label for pie chart using html table as data source
- Display tooltip on mouseover in the Highchart Stack Column Total
- Use series data but display custom text on top of columns Highchart
- I want to show a 0% data without a column in stackbar chart in android using highchart
- highchart - display value in xaxis as the value I get from the chart data as is without conversion
- How to display highchart y axis with constistant data
- Ajax and Highcharts - Display 'loading' until data is retrieved, then populate chart
- Adding a custom tooltip to a bubble chart / highchart
- highcharts - precision for stacked column chart data labels
- Django - can't get highchart to display data
- Customize Stacked column chart in highChart
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- Highcharts shows data but can't display chart
- Highcharts Custom display of tooltips, based on data series values
- Export chart image data locally in HIghchart
- Use MySQL data as the chart data for the cakephp highchart plugin
- I cant save my highchart chart data in localStorage
- Adding data to a highchart chart using an array with IDs
- How to format my json data for stack column chart in HighCharts
- hide a particular column on xAxis highchart Column Chart
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- How to Build a Column Chart in Highcharts with Data Entered Dynamically Within a CMS
- trying to dynamically update Highchart column chart but series undefined
- Highchart - Display JSON Data - MYSQL / PHP
- Highchart / Highstock stack column chart show one series's tooltip at a time
- how to change color of line chart in highchart based on a categorical column in r?
- Hide datalabels inside stacked column chart if we have 1 data
- How to show Legends for all the series data in stacked column chart Highcharts?
- How to set border in column chart - Highchart
- Highcharts Detect mouseOver event only in the colored area
- Highcharts: make y-axis extremes the same for two data series with different units
- Is angular2-highcharts paid ? Can i use it for my Client?
- Highcharts - How to get the particular chart id on click of custom label in export options
- Highcharts x-range series. How to crop label inside data?
- Highcharts - yAxis dissapears, when zooming in to area with unknown values
- Highcharts Credits itemStyle not working
- Highcharts - Pie/Donut Chart group small portion
- Highcharts - Changing chart type
- Highcharts yAxis text rotation issue in IE8
- Issue with mappoint when zooming on map
- Highchart: Spline with clickable Symbols
- how to customize heatmap highcharts plot area and the color of the datalabels
- Highstock Highcharts dates don't lineup
- how to display array of objects in High stock charts
- angular 4 Highcharts set yAxis Categories
- React Highcharts Jest testing error: `InvalidCharacterError`
- Highchart - Chart type, gap in the x and y axis (0,0)
- Splines with Grouped Columns highcharts
- How to remove the data-range sign if the data is zero on y axis of highcharts?