Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] axisLine.lineStyle.color making progressbar at 0 when color: '#000', color: >'#999' hide the progress bar #20341

Open
73-de-LZ opened this issue Sep 12, 2024 · 1 comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@73-de-LZ
Copy link

Version

5.5.1

Link to Minimal Reproduction

https://echarts.apache.org/examples/en/editor.html?code=MYewdgzgLgBA5gQwK5wKYBEFQTAvDAbQCgYYBvE0mANwQBslUAuGAJgAYAaS0sBAW2YwA5AAVUAJwBmqYFGHcqMKAEsodIRSWkQUqRFRQAwqjBRJLAsPYBSBSIC0AZlvCAujxgBfRVQAmhggqdCxa2rQMqACCYCr8WCrgLFASjL5KuvqGJmYWhNZ2nI4cdh5KXpQ-lGGkEYwsACxcnnyCLMIA4iAgfgqequqanjp6Bsam5hKWBfYzZVRVSgHYwaHDNPSMMXEJScqpqOlUmWM5k9OuRcIAjK7zpBUPvjUbkSwAbM1KrULCRiD8fjgOgATz6SgGGjW2hgJ2yEzyVkuIhcpU8i38gVW5HWdWisXiqj2KTS6zh41yU3yyOETTR5UqRDcAG4iCAAA5EsB4HGkAwSFSoCCWTwvUhQEHs36IFCocHaaAICRQGJwKEwACcX20pj8qvVDlYAHZtUp2SAVJToTCYBAABYgADuLCk9AM6wxZokIDgEiFwt5NvtTuSByOGWokjoCHZLrdh3WpG9SDAfiMMdDpJtMGAdBUsZgrroBnDVDUqH4AGUJeqxdoAEYgCQBCQAdRUfigdpY11LSkbzck_zoTfaAGIGu9J5PhInvB7SwgAB4qCAAGUtQ2zebAqGrINrc9Ijo7XcapptoBHVOEY70Uln2ce2k9VAg7LzUA3u-tMODzsLeM-xgPxV2wMBgCEC8lA0MA4DPGBbgXdZl1XAAVFRgAAa1_BUHQAot3RhV9SFQ9cEHrVAQkDP98LjYsE2zUDFQgoQAFZ2GQmE_CwBAWBlNBMGwUtIS3G0pHAKBKxUAAvIRrgaLjtGWIJqLrY9T27GAOOAu1UBUOA7SgHsGmAiSzGkuSTOAq9RxES09IFeRgIHFthzs4QHMkNR5RhVzJAAJQQUCkADDgXKbFt207LTeznCSJEJc4RDIPEvDsD10UoDwvFZMYAElKQiAAKKQUzkRJuWKgBKQMBIwXiCHYNwADo8R5ABqYqAFksDtFqJAQVMARqmAACpEPYdhqpaqAQAAMRUJdUD8YrWGq1lSHqoSEAIa5Wva_Aut6rsBqGvwRtqibbmm2aFqWla1o2yhtsa1gDs2VBOp6vqzuG_hRuuqaZrmxbltW9bNpgfgQSMO0lSgFqxgAeU5SripeflBQDYgYXUkDeP45BBN44DzUtZL8b5OjAIYudnwZJR5i8Z6fDYKbpuZIA

Steps to Reproduce

Just using official example for Ring Gauge and try to change the color of axisLine

Current Behavior

When the color of axisLine.lineStyle set to #000 all progress bars goes to 0, even if there is set axisLabel all values are printed at zero position one upon another.
If the color of axisLine.lineStyle set to anything bigger than #999, like #aaa, all progress bars are hidden, no mater if dark theme used or not.

Expected Behavior

When the color is set graphics to be rendered as expected, e.g. the color of the axisLine to be as choosen one.

Environment

- OS: Win7
- Browser: Chrome
- Framework:

Any additional comments?

No response

@73-de-LZ 73-de-LZ added the bug label Sep 12, 2024
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Sep 12, 2024
@helgasoft
Copy link

API says axisLine.lineStyle.color is defined as an array, not a single value - Demo.
📌 please close issue if problem solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants