score:4
Accepted answer
Solved it. Here is the solution in case someone needs it.
formatter: function() {
var s = ' ';
$.each(this.points, function(i, series) {
for (i = 0; i < dataLength; i++) {
if (ohlc[i][0] == series.point.x) //ohlc holds my main data
{
s += 'Open: <span style="font-weight:bold">' + ohlc[i][1]
+ '</span> Close: <span style="font-weight:bold">' + ohlc[i][4]
+ '</span> High: <span style="font-weight:bold">' + ohlc[i][2]
+ '</span> Low: <span style="font-weight:bold">' + ohlc[i][3]
+ '</span>';
break;
}
}
}
});
return s;
}
Source: stackoverflow.com
Related Query
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- How can I open a high chart in a modal window when the chart is clicked on?
- How to use the tooltip formatter and still display chart color (like it does by default)?
- High and low line on candlestick chart
- How do I reduce the space between title and chart of a High Chart?
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to use add series and update methods in the high chart wrapper for angular?
- How to render a vertical line when the mouse cursor is on the chart using highcharts?
- How to show grid-lines when chart data is empty, in High Stock charts?
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- Highstock - How can i display the open, high, low, close in the line or area charts tooltip
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- How can I reveal my chart tooltip programatically when the tooltip combines data from multiple series? (sync charts)
- Show tooltip in column chart when hovering crosshair line
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- Is it possible to trigger tooltip in highchart of a line chart ONLY when the mouse hovers over the point?
- How to make the full million value show up on y-axis and tooltip (Highcharts)
- How to change the series color and mark after I draw the line chart in highcharts?Does it has databound event?
- Highchart how to create lollipop type chart with circle and line top/bottom at different positions
- How To Show Tooltip In Sparkline Chart From Code
- How to make legend labels to bring out the series of a pie chart and not make them disappear when label is clicked in HighCharts?
- How to show BAr graph rather than line graph in High Stoch Chart
- How to change the X and Y axis names of Pie chart High Chart?
- Highcharts, How to show datatable when export PDF and not show pdf when normal with Drilldown Chart
- How to highlight and show tooltip for correct (left / right) step point instead of the closest point
- How to hide the Axis line in stack bar chart high chart
- How to update the colour of minColor and maxColor when data is changed in high charts' solid gauge in ReactJS?
- Highchart step line chart tooltip show old data when there is no data
- How to bring up tooltips in a line chart when the points are on the same point x
More Query from same tag
- Generate highcharts from v-for not populating all graphs with data
- highcharts redraw() with function that references newly redrawn chart
- Change placement of "exporting" option
- Dates on xaxis with highcharts
- how to avail bg color for every bar in highchart
- Android highcharts display single entry bar chart
- Highcharts export chart new window/tab
- Highcharts - How to prevent long title with line break from overflowing subtitle
- upgrade to highstock 1.3.1 breaks resize code
- HTML5 charts-Customizing tooltip formatting in Jasper Studio
- highcharts xAxis yearly data
- HighCharts Multi Color
- Highcharts - Change line color between points
- Highstock Range Selector Buttons to PDF Export Dropdown
- how to get last value shown yAxis highcharts in current version in a simple way?
- Html not rendering chart
- How to set the enable property to a highcharts line in page load
- How to match up category labels with multiple series?
- highcharts multiline text inside donut piechart
- How to find series name in Highcharts for mouseOut-event?
- Highcharts problem with xAxis using multiple series
- Highcharts Grouped Data In Subgroup
- Highstock chart - Dates on same x axis and Crazy Tooltip
- why is my ionic not responding with the waterfall diagram highchart
- highcharts : issue in plotting 2 graphs in 1 chart
- Highcharts issues in add like 1/10 on top of the column chart
- Highstock chart export as PDF with image and text in title
- Use different markers in the same series of an irregular time highchart
- Highcharts vertical stacked bar chart with negative values, is it possible?
- Highchart by aggegated data