Skip to content

graph properties not included when value is false #33

@prfalken

Description

@prfalken

if I set

hide_legend: false

in a graph, it won't be included because the code tries:

if properties.get("hide_legend"): url_parts.append( "hideLegend=%s" % properties["hide_legend"] )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions