8000 [Bug] Bar Chart - barMaxWidth not working after setting barWidth · Issue #2885 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Bug] Bar Chart - barMaxWidth not working after setting barWidth #2885
Closed
@iNorthSea

Description

@iNorthSea

Version

1.11.5

Link to Minimal Reproduction

Codesandbox

Steps to Reproduce

"bar": {
        "style": {
          "cornerRadius": [4, 4, 0, 0],
          "fillOpacity": 1,
          "stroke": { "type": "palette", "key": "backgroundColor" },
          "lineWidth": 0,
          "lineCap": "round",
          "lineJoin": "round"
        },
        "state": {
          "highlight": {},
          "blur": { "opacity": 0.4 }
        }
      },
      "barBackground": {
        "visible": false,
        "style": {
          "fill": { "type": "palette", "key": "primaryFontColor", "a": 0.06 }
        }
      },
      "barWidth": "80%",
      "barMaxWidth": 10,
      "barGapInGroup": "20%",
      "stackCornerRadius": [4, 4, 0, 0]
    },

Current Behavior

Bar Chart - barWidth设置后,barMaxWidth 不生效

Expected Behavior

请修复,让 barMaxWidth 生效

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0