currently i am using chartjs to generate chart data for 12 countries.
i have date for 12 countries in Line Chart. but the problem is that i cannot get country details when i hover over the points. Instead i get x and y axis values which are time and (sum) on y axis. how could i get data about country when i hover.
also if clicked on certain point i should get that data on click. supposes i hovered on england and cliecked on it i should get a alert box containing england data only.
is there any solution to it in chartjs