Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaopalmeiro/vega-presentation-require-lx
Slide deck for the presentation "Plotting the first point with the Vega ecosystem." at the require('lx') meetup.
https://github.com/joaopalmeiro/vega-presentation-require-lx
data-visualization vega vega-lite
Last synced: about 1 month ago
JSON representation
Slide deck for the presentation "Plotting the first point with the Vega ecosystem." at the require('lx') meetup.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/vega-presentation-require-lx
- Owner: joaopalmeiro
- License: mit
- Created: 2020-05-07T00:20:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:41:32.000Z (about 2 years ago)
- Last Synced: 2023-03-04T12:13:39.626Z (almost 2 years ago)
- Topics: data-visualization, vega, vega-lite
- Language: JavaScript
- Homepage: https://joaopalmeiro.github.io/vega-presentation-require-lx/
- Size: 3.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plotting the first point w/ the Vega ecosystem.
📍 require('lx') (Lisbon)
📅 Friday, May 8, 2020
## Links
- [Meetup](https://www.meetup.com/require-lx/events/270355425/)
- [Recording](https://youtu.be/dIKl7Mc288Q?t=2020)
- [Slides](https://joaopalmeiro.github.io/vega-presentation-require-lx/)## Development
- `npm ci`
- `npm start`## Notes
- [`npm ci`](https://docs.npmjs.com/cli/v7/commands/npm-ci) (alternative to `npm install` to install from the `package-lock.json` file).
- Problems with `gyp` ([source](https://stackoverflow.com/a/60860951))?
- `xcode-select --print-path`
- `sudo rm -r -f /Library/Developer/CommandLineTools` (confirm the path with the previous command)
- `xcode-select --install`