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 has been 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-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 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.
The text was updated successfully, but these errors were encountered: