I have a dataframe that contains rows for 'Date,Prod1,Prod2,Prod3...' and i can plot the line charts via:
The plot displays lines as per the columns in dataframe and the legend displays the hover data.
But with more lines its gets confusing to understand which "Product" is being viewed as no column name/label indication exists.
Is there any way to add the column name as hover text or within the legend?
I have a dataframe that contains rows for 'Date,Prod1,Prod2,Prod3...' and i can plot the line charts via:
The plot displays lines as per the columns in dataframe and the legend displays the hover data.
But with more lines its gets confusing to understand which "Product" is being viewed as no column name/label indication exists.
Is there any way to add the column name as hover text or within the legend?