Skip to content

FIX: Matching names and data in stackedarea_basic.html - #96

Open
brown2243 wants to merge 1 commit into
holtzy:masterfrom
brown2243:fix/stackedarea_basic
Open

FIX: Matching names and data in stackedarea_basic.html#96
brown2243 wants to merge 1 commit into
holtzy:masterfrom
brown2243:fix/stackedarea_basic

Conversation

@brown2243

Copy link
Copy Markdown

What?

I made changes to the part that retrieves the value with the key from stackedData and the part that retrieves the color with the key in "stackedarea_basic"

Why?

It seems that the data and the chart displayed on the "stackedarea_basic" page do not match.

How?

d[1][key].n; => d[1].find((row) => row.name === key)?.n || 0;

I am receiving a lot of help from your page. Thank you always.
I would appreciate any feedback you may have.

@brown2243 brown2243 changed the title fix: Matching names and data in stackedarea_basic.html FIX: Matching names and data in stackedarea_basic.html Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant