Skip to content

getGradientFill not working #4

Closed
@cmabastar

Description

@cmabastar

Hi,

Is there a way to make getGradientFillHelper work? It seems to be a function call on quickcharts but we only do strings in the dict

"datasets": [
    {
        "fill": True,
        "pointRadius": 0,
        "borderColor": ["rgba(54, 162, 235, 1)"],
        "backgroundColor": 'getGradientFillHelper(\'vertical\', ["rgba(63, 100, 249, 0.2)", "rgba(255, 255, 255, 0.2)"])',
        "borderWidth": 1.2,
        "hidden": False,
        "data": timeseries,
        "keyword": keyword,
    }
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions