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.
0.3.3
Added D3 formatting support Formatting follows Plotly hovertemplate syntax https://plotly.com/python/hover-text-and-formatting/
0.2.1
Code quality fix: mypy type hints Pytest tests Black Isort flake8