Skip to content

Releases: kb-/Dash_tooltip

v0.4.0

05 May 16:53
@kb- kb-
f3eaf4e
Compare
Choose a tag to compare

What's Changed

  • Refactored to allow updating tooltip template on existing graph

Full Changelog: v0.3.12...v0.4.0

v0.3.12

28 Mar 20:38
@kb- kb-
ab4ed40
Compare
Choose a tag to compare

Allow to display meta[]and name properties

Full Changelog: v0.3.10...v0.3.12

v0.3.10

28 Mar 01:14
@kb- kb-
Compare
Choose a tag to compare

Fixed track name display

Full Changelog: v0.3.9...v0.3.10

v0.3.9

27 Mar 03:23
@kb- kb-
Compare
Choose a tag to compare

Added track label display

Full Changelog: v0.3.8...v0.3.9

v0.3.8

25 Jan 00:51
@kb- kb-
Compare
Choose a tag to compare

Python 3.12 supported

v0.3.7

25 Jan 00:14
@kb- kb-
Compare
Choose a tag to compare

Python 3.12 supported

v0.3.6

01 Nov 21:32
@kb- kb-
Compare
Choose a tag to compare

Removed Pandas version pin

v0.3.4

25 Oct 19:30
@kb- kb-
Compare
Choose a tag to compare

Added log axis support.
As of Plotly v5.17.0, annotations aren't placed at the right coordinates with log axis. This is a workaround for the Plotly bug.

v0.3.3

16 Oct 22:35
@kb- kb-
Compare
Choose a tag to compare

Added D3 formatting support
Formatting follows Plotly hovertemplate syntax https://plotly.com/python/hover-text-and-formatting/

v0.2.1

05 Sep 22:54
@kb- kb-
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Code quality fix:
mypy type hints
Pytest tests
Black
Isort
flake8