Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Issue with stacked charts #76

Open
WoodMKII opened this issue Jun 24, 2021 · 2 comments
Open

Issue with stacked charts #76

WoodMKII opened this issue Jun 24, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@WoodMKII
Copy link

Hi,

I'm seeing an issue with stacked charts, running the playground does not produce a stacked line chart

Steps to reproduce (Node.js v14.13.1):

  • Clone repo (master branch)
  • cd react-dc-js
  • npm install
  • npm run-script build
  • cd playground
  • npm install
  • npm start

The loaded page seems to show all plots successfully, with the exception of the LineChart which does not show the stacked data, just the base data.

Output from npm test in main directory

> react-dc-js@0.2.0-beta test /workspaces/react-dc-js
> jest --silent

 PASS  test/mixins/base-mixin.test.js
 PASS  test/charts/use-chart.test.js
 PASS  test/charts/bar-chart.test.js
 PASS  test/mixins/stack-mixin.test.js
 PASS  test/charts/chart-context.test.js
 PASS  test/charts/box-plot.test.js

Test Suites: 6 passed, 6 total
Tests:       9 passed, 9 total
Snapshots:   2 passed, 2 total
Time:        3.316 s, estimated 4 s

I am running in a VSCode docker devcontainer environment, but I don't think that is the problem. If you need any more details, please let me know.

@plourenco
Copy link
Member

Hi @WoodMKII, thanks for reporting.
I confirmed the problem happens here too. I'll check it out and update this as soon as I've found something.

@plourenco plourenco added the bug Something isn't working label Jun 24, 2021
@davorian
Copy link

davorian commented Aug 3, 2021

Hi @plourenco is there any update on this, otherwise do you have any pointers and I'll take a look?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants