itsdawei / dpvis

A simple and flexible visualization library for dynamic programs
https://dpvis.readthedocs.io/en/latest/
MIT License
6 stars 1 forks source link

Fix Hovertext for 1D #58

Closed itsdawei closed 8 months ago

itsdawei commented 8 months ago

Description

Only shows hover text for x or y if the array is 1D (either height = 1 or width = 1).

Status