Skip to content

What does PaintStyle.fillColor of AxisGuide.grid use for? #322

Open
@KrahmalK

Description

@KrahmalK

I set strokeColor and strokeWidth and they are like splitLine in EChart.
And now I want to set something like splitArea in EChart:

areaStyle: {
    color: [
          color1,
          color2
    ]
}

but these do not work:

grid: PaintStyle(
   fillColor: color1,
),

I can only set the background color in coord:

coord: RectCoord(
   color: color1,
),

Can anyone help me resolve this multi-color areaStyle? Thanks.

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