https://github.com/joaopalmeiro/d3-extra-scale-chromatic
Extra color scales for D3, following d3-scale-chromatic.
https://github.com/joaopalmeiro/d3-extra-scale-chromatic
Last synced: about 1 month ago
JSON representation
Extra color scales for D3, following d3-scale-chromatic.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/d3-extra-scale-chromatic
- Owner: joaopalmeiro
- License: mit
- Created: 2023-10-12T11:33:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T22:41:01.000Z (over 1 year ago)
- Last Synced: 2025-03-10T04:48:10.695Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/d3-extra-scale-chromatic
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-extra-scale-chromatic
Extra color scales for [D3](https://d3js.org/), following [d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic/tree/main).
- [Source code](https://github.com/joaopalmeiro/d3-extra-scale-chromatic)
- [Documentation](https://d3-extra-scale-chromatic.surge.sh/)
- [npm package](https://www.npmjs.com/package/d3-extra-scale-chromatic)## Development
```bash
fnm install && fnm use && node --version
``````bash
npm install
``````bash
npm run lint
``````bash
npm run build
``````bash
npm run docs:index
``````bash
npm run docs:dev
``````bash
npm run format
``````bash
npm pack --dry-run
```## Deployment
```bash
npm version --no-git-tag-version patch
``````bash
npm version --no-git-tag-version minor
``````bash
npm version --no-git-tag-version major
```- Commit and push changes.
- Create a tag on [GitHub Desktop](https://github.blog/2020-05-12-create-and-push-tags-in-the-latest-github-desktop-2-5-release/).
- Check [GitHub](https://github.com/joaopalmeiro/d3-extra-scale-chromatic/actions) and [npm](https://www.npmjs.com/package/d3-extra-scale-chromatic).