WestHealth / pyvis

Python package for creating and visualizing interactive network graphs.
http://pyvis.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
940 stars 162 forks source link

Customizing Filter Menu Attribute Names in pyvis #283

Open emsbe opened 1 month ago

emsbe commented 1 month ago

Hi,

I'm currently working with pyvis and exploring its filter_menu and select_menu functionalities. These features are incredibly useful for data visualization, but I've encountered a challenge when it comes to customizing the attribute names displayed in the filter menus.

Request: I would like to inquire about the possibility of customizing the attribute names displayed in the filter_menu and select_menu of pyvis. Currently, these menus display the attribute names exactly as they are in the database. However, for better user understanding and clarity, I would like to be able to rename these attributes for display purposes. Is there a way to do that? Where are the attributes for this taken from?

I'm interested to hear from other users and developers if they've encountered similar needs or if there are alternative solutions that could achieve the same outcome.

Thank you for considering this request.