Skip to content

allow for current value placement to be right or left of Thermometer #188

@tim-oe

Description

@tim-oe

new to ploty so there probably already is an existing solution.

I'm trying to place the current value to the right of the thermometer.
my initial hack was using Custom scales that actually places it to the left

scale = {"start": min, "interval": 10, "labelInterval": 2, "custom": {}} scale["custom"][f"{round(value,1)}"] = f"<----{round(value,1)}"

is there a more elegant way to accomplish this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions