Skip to content

Add series name to hover label/legend text #267

Description

@vinaychuri

I have a dataframe that contains rows for 'Date,Prod1,Prod2,Prod3...' and i can plot the line charts via:

df%>%
dygraph()

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions