-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugissue that does not match design or documentation and requires code changes to addressissue that does not match design or documentation and requires code changes to address
Description
Expected Behavior
Meter type="circle" should render all data points. Functionality was fine in v2.24.0
but broken in v2.25.0
.
Actual Behavior
Circle meter doesn't render all the data points and instead only renders the last one.
URL, screen shot, or Codepen exhibiting the issue
Code
<Meter
type="circle"
values={[
{ value: 904436, color: "graph-0" },
{ value: 692866, color: "graph-1" },
{ value: 642068, color: "graph-2" },
{ value: 512772, color: "graph-3" },
{ value: 5032870, color: "graph-4" }
]}
aria-label="meter"
size="small"
thickness="small"
/>
CodeSandbox (v2.24.0, working):
Steps to Reproduce
Your Environment
- Grommet version: 2.25.1
- Browser Name and version: Mac Chrome
- Operating System and version (desktop or mobile):
Metadata
Metadata
Assignees
Labels
bugissue that does not match design or documentation and requires code changes to addressissue that does not match design or documentation and requires code changes to address