0

I followed this Basic Line Chart : Line Chart

I wanted to Achieve this kind of ToolTip..

Currently Acc to Tutorial Code ,This could be achieved.

enter image description here

There are Two things I wanted to achieve ;

  1. Remove X-Axis Tooltip value.(Its coming by default).
  2. Add Extra data to y-axis tooltip data like this (29/3543). I have data in different arrays. How to put these values in tooltip from different arrays.
Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37
  • check this https://api.highcharts.com/highcharts/tooltip.pointFormat will be helpfull – Deep 3015 May 04 '18 at 14:31
  • solution from your earlier [post](https://stackoverflow.com/q/49379161/3898339) does not help – Deep 3015 May 06 '18 at 16:54
  • `tooltip.formatter` (https://api.highcharts.com/highcharts/tooltip.formatter) allows you to specify the full content of tooltip and access other variables. Here's a solution for similar problem: https://stackoverflow.com/questions/10747277/compare-two-data-points-inside-the-tooltip-in-a-highcharts-combination-chart?rq=1 – Kamil Kulig May 07 '18 at 07:52
  • have you done this? – Saurabh Jain Jul 24 '18 at 11:17
  • No, At that time this was not much of priority so leaved that. – Shivam Tripathi Jul 24 '18 at 11:57

0 Answers0