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

Default charts using Layercake #75

Open
Wolfr opened this issue Apr 13, 2021 · 1 comment
Open

Default charts using Layercake #75

Wolfr opened this issue Apr 13, 2021 · 1 comment

Comments

@Wolfr
Copy link
Owner

Wolfr commented Apr 13, 2021

I want https://layercake.graphics/ to be the default framework for charts in SvelteKit-Jui.

I want a copy-pastable example of common charts like a line chart and a bar chart.

But I first need to be able to implement it. Tracking this Github issue: mhkeller/layercake#41

Currently stuck at:

10:37:15 PM [vite] Error when evaluating SSR module /node_modules/d3-format/src/formatSpecifier.js:
ReferenceError: formatSpecifier is not defined
    at /node_modules/d3-format/src/formatSpecifier.js:21:1
    at instantiateModule (/Users/johanronsse/Sites/sveltekit-jui/node_modules/vite/dist/node/chunks/dep-0776dd57.js:68919:166)
10:37:15 PM [vite] Error when evaluating SSR module /node_modules/d3-format/src/formatSpecifier.js:
ReferenceError: formatSpecifier is not defined
    at /node_modules/d3-format/src/formatSpecifier.js:21:1
    at instantiateModule (/Users/johanronsse/Sites/sveltekit-jui/node_modules/vite/dist/node/chunks/dep-0776dd57.js:68919:166) (x2)
10:37:15 PM [vite] Error when evaluating SSR module /node_modules/d3-time-format/src/defaultLocale.js:
ReferenceError: defaultLocale is not defined
    at /node_modules/d3-time-format/src/defaultLocale.js:9:1
    at instantiateModule (/Users/johanronsse/Sites/sveltekit-jui/node_modules/vite/dist/node/chunks/dep-0776dd57.js:68919:166)
10:37:15 PM [vite] Error when evaluating SSR module /node_modules/d3-color/src/color.js:
ReferenceError: color is not defined

Etc.

Branch: https://github.com/Wolfr/sveltekit-jui/tree/layercake

@Wolfr Wolfr changed the title Default charts Default charts using Layercake Apr 15, 2021
@Wolfr
Copy link
Owner Author

Wolfr commented May 22, 2021

This was fixed in 0.3 - we also have examples of charts in the styleguide now.

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

No branches or pull requests

1 participant