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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brown2243
Copy link

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