Skip to content

Knob indicator doesn't adjust when its value prop is modified though a callback #11

@Bachibouzouk

Description

@Bachibouzouk

The title should be explicit enough, here are the callback and the visuals

@app.callback(
    Output('knob', 'value'),
    [],
    [],
    [
        Event('radio-choice', 'change')
    ]
)
def knob_reset():
    """reset the knob to 0 when the radio item is toggled"""
    return 0

2017-07-09_knob_value_norm

2017-07-09_knob_value_err

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