You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
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):
cd react-dc-jsnpm installnpm run-script buildcd playgroundnpm installnpm startThe 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 testin main directoryI 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.