thosaniparth / CmyPlot

MIT License
0 stars 2 forks source link

[FEATURE] Add other details in hover of the graph #6

Closed BosamiyaSimran closed 2 years ago

BosamiyaSimran commented 2 years ago

There are parameters for adding Hover text to the points on the graph. it would be awesome if the user could specific what to hover while including variables.

thosaniparth commented 2 years ago

That's a good idea We can include the column values of the dataset to the hover of the graph points so that the user can select the column attribute and can hover over the points and can view other details apart from X and Y labels.

thosaniparth commented 2 years ago

I have added the details to the hover of the data points which will be shown to the user on the selection of attributes from the dropdown in filters.

BosamiyaSimran commented 2 years ago

The feature seems appropriate and an additional thing for future scope could be that we can include multiple other features on the hover so the user can view the information on the hover button later on. Also, selecting hover attribute shouldn't be mandatory.