Giter Club home page Giter Club logo

d3plus-dev's Introduction

d3plus

D3plus is a JavaScript re-usable chart library that extends the popular D3.js to enable the easy creation of beautiful visualizations.

Installing

If using npm, npm install d3plus. Otherwise, you can download the latest release from GitHub or load from a CDN.

import modules from "d3plus";

d3plus can be loaded as a standalone library or bundled as part of D3plus. ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a d3plus global is exported:

<script src="https://cdn.jsdelivr.net/npm/d3plus@2"></script>
<script>
  console.log(d3plus);
</script>

Resources

Examples and documentation are published in a Storybook here. Each example has controls that are able to modified on the fly, documentation for each method used, and an example code output for the d3plus-react configurations.

Modules

D3plus 2.0 is a collection of modules that are designed to work together; you can use the modules independently, or you can use them together as part of the default build. The source and documentation for each module is available in its repository. Follow the links below to learn more.

Core Packages

React Usage

Examples and Documentation

d3plus-dev's People

Contributors

davelandry avatar dependabot[bot] avatar ffigueroal avatar greenkeeper[bot] avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

d3plus-dev's Issues

allow examples to have "html" and "md" in their titles

Expected Behavior

Examples should be able to be named anything!

Current Behavior

When trying to create an example named tooltip-html.md, the examples script replaces the html in the string when creating the support files.

allow release script to skip bundle push if already exists

in the case that the release script errors out during the example step, it will already have pushed the compiled build to the d3plus-website, so that the second time the release script is run, it errors not being able to commit any new files to d3plus-website

An in-range update of grizzly is breaking the build 🚨

Version 2.1.1 of grizzly just got published.

Branch Build failing 🚨
Dependency grizzly
Current Version 2.1.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As grizzly is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes grizzly v2.1.1

feature

  • (package) github v7.0.0
Commits

The new version differs by 2 commits .

  • 41d27c7 chore(package) v2.1.1
  • 37c67e9 feature(package) github v7.0.0

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

Version 3.12.0 of eslint just got published.

Branch Build failing 🚨
Dependency eslint
Current Version 3.11.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes v3.12.0
  • e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695) (Toru Nagashima)
  • e95a230 Fix: indent "first" option false positive on nested arrays (fixes #7727) (#7728) (Teddy Katz)
  • 81f9e7d Fix: Allow duplicated let declarations in prefer-const (fixes #7712) (#7717) (Teddy Katz)
  • 1d0d61d New: Add no-await-in-loop rule (#7563) (Nat Mote)
  • 2cdfb4e New: Additional APIs (fixes #6256) (#7669) (Ilya Volodin)
  • 4278c42 Update: make no-obj-calls report errors for Reflect (fixes #7700) (#7710) (Tomas Echeverri Valencia)
  • 4742d82 Docs: clarify the default behavior of operator-linebreak (fixes #7459) (#7726) (Teddy Katz)
  • a8489e2 Chore: Avoid parserOptions boilerplate in tests for ES6 rules (#7724) (Teddy Katz)
  • b921d1f Update: add indent options for array and object literals (fixes #7473) (#7681) (Teddy Katz)
  • 7079c89 Update: Add airbnb-base to init styleguides (fixes #6986) (#7699) (alberto)
  • 63bb3f8 Docs: improve the documentation for the autofix API (#7716) (Teddy Katz)
  • f8786fb Update: add fixer for capitalized-comments (#7701) (Teddy Katz)
  • abfd24f Fix: don't validate schemas for disabled rules (fixes #7690) (#7692) (Teddy Katz)
  • 2ac07d8 Upgrade: Update globals dependency to 9.14.0 (#7683) (Aleksandr Oleynikov)
  • 90a5d29 Docs: Remove incorrect info about issue requirements from PR guide (#7691) (Teddy Katz)
  • f80c278 Docs: Add sails-hook-lint to integrations list (#7679) (Anthony M)
  • e96da3f Docs: link first instance of package.json (#7684) (Kent C. Dodds)
  • bf20e20 Build: include links to rule pages in release blogpost (#7671) (Teddy Katz)
  • b30116c Docs: Fix code-blocks in spaced-comment docs (#7524) (MichaΕ‚ GoΕ‚Δ™biowski)
  • 0a2a7fd Fix: Allow \u2028 and \u2029 as string escapes in no-useless-escape (#7672) (Teddy Katz)
  • 76c33a9 Docs: Change Sails.js integration to active npm package (#7675) (Anthony M)
Commits

The new version differs by 23 commits .

  • da79f17 3.12.0
  • 519e790 Build: package.json and changelog update for 3.12.0
  • e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695)
  • e95a230 Fix: indent "first" option false positive on nested arrays (fixes #7727) (#7728)
  • 81f9e7d Fix: Allow duplicated let declarations in prefer-const (fixes #7712) (#7717)
  • 1d0d61d New: Add no-await-in-loop rule (#7563)
  • 2cdfb4e New: Additional APIs (fixes #6256) (#7669)
  • 4278c42 Update: make no-obj-calls report errors for Reflect (fixes #7700) (#7710)
  • 4742d82 Docs: clarify the default behavior of operator-linebreak (fixes #7459) (#7726)
  • a8489e2 Chore: Avoid parserOptions boilerplate in tests for ES6 rules (#7724)
  • b921d1f Update: add indent options for array and object literals (fixes #7473) (#7681)
  • 7079c89 Update: Add airbnb-base to init styleguides (fixes #6986) (#7699)
  • 63bb3f8 Docs: improve the documentation for the autofix API (#7716)
  • f8786fb Update: add fixer for capitalized-comments (#7701)
  • abfd24f Fix: don't validate schemas for disabled rules (fixes #7690) (#7692)

There are 23 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of d3plus-text is breaking the build 🚨

The devDependency d3plus-text was updated from 0.9.37 to 0.9.38.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

d3plus-text is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v0.9.38
  • updates documentation (48a2986)
  • updates minor d3 dependencies (0f30094)
  • updates minor d3plus dependencies (520a831)
  • updates documentation (c2b6f91)
  • fixes html method description (e1eb992)
Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of jsdoc-to-markdown is breaking the build 🚨

Version 2.0.1 of jsdoc-to-markdown just got published.

Branch Build failing 🚨
Dependency jsdoc-to-markdown
Current Version 2.0.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As jsdoc-to-markdown is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 4 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of rollup-plugin-json is breaking the build 🚨

Version 2.1.0 of rollup-plugin-json just got published.

Branch Build failing 🚨
Dependency rollup-plugin-json
Current Version 2.0.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As rollup-plugin-json is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 11 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

deprecated packages

@davelandry I am trying to port part of what I did for the govt to d3plus (since I cannot compile d3plus 1)

npm install returns this after cloning this repo again today:

npm WARN deprecated [email protected]: The sprintf package is deprecated in favor of sprintf-js.
npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
npm WARN deprecated [email protected]: The package has been renamed to `open`
npm WARN deprecated [email protected]: https://github.com/jfhbrook/node-ecstatic/issues/259

clear terminal screen when starting new bin/log

Expected Behavior

All of the linked bin scripts use the bin/log function to display a pretty header. When this function is initialized, it should run a clear. Would look pretty sweet.

Current Behavior

Current behavior is to just run it in place.

Your Environment

  • Browser Name: N/A
  • Operating System and Version: macOS Sierra

tests with generator functions are not being run

Tests written with generator functions that render elements are not being run by zora. For example, the test for TextBox in d3plus-text is not being run. These tests always pass, even when they should fail.

Expected Behavior

The tests should run and zora should report failing tests.

Current Behavior

The tests are not being run and are reported as passing by zora, even when they are failing.

Steps to Reproduce (for bugs)

  1. Open a file for a test with a generator function such as TextBox.js in d3plus-text.
  2. Add a test that will fail such as assert.equal(true, false);
  3. Run npm test
  4. Zora will report the tests as passing

add variable types to documentation

Current Behavior

Right now, the documentation shows how many variables a function accept, and if they are required or not.

Expected Behavior

The variables in the documentation website should include the types expected by the functions. Additionally, I suggest to change the format for optional variables from [value] to value?.

document bin scripts

JSdoc comments need to be added to all bin/ scripts, to be populated to the READEME.md.

An in-range update of browserify is breaking the build 🚨

Version 14.3.0 of browserify just got published.

Branch Build failing 🚨
Dependency browserify
Current Version 14.2.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As browserify is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 4 commits .

  • cd01926 14.3.0
  • 08caf04 changelog
  • ad5060d Merge pull request #1710 from substack/https-browserify-1
  • 7c7b4d4 update https-browserify to ^1.0.0

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

update deprecated packages to resolve security errors

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                                Manual Review                                 β”‚
β”‚            Some vulnerabilities require your attention to resolve            β”‚
β”‚                                                                              β”‚
β”‚         Visit https://go.npm.me/audit-guide for additional guidance          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ High          β”‚ Denial of Service                                            β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Package       β”‚ https-proxy-agent                                            β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Patched in    β”‚ >=2.2.0                                                      β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Dependency of β”‚ d3plus-dev [dev]                                             β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Path          β”‚ d3plus-dev > github-issues-label-sync > github >             β”‚
β”‚               β”‚ https-proxy-agent                                            β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ More info     β”‚ https://nodesecurity.io/advisories/593                       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
found 1 high severity vulnerability in 11635 scanned packages
  1 vulnerability requires manual review. See the full report for details.

An in-range update of putasset is breaking the build 🚨

Version 1.0.9 of putasset just got published.

Branch Build failing 🚨
Dependency putasset
Current Version 1.0.8
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As putasset is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes putasset v1.0.9

feature

  • (package) github v7.0.0
  • (package) nyc v10.0.0
Commits

The new version differs by 3 commits .

  • dac9a88 chore(package) v1.0.9
  • efc7803 feature(package) github v7.0.0
  • 07a9431 feature(package) nyc v10.0.0

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

deprecated octokit/rest syntax

  • const Octokit = require("@octokit/rest") is deprecated. Use const { Octokit } = require("@octokit/rest") instead
  • "file" parameter is deprecated for ".repos.uploadReleaseAsset()". Use "data" instead

only allow d3plus-release from main branch

Expected Behavior

Releases should only occur from master. The internal d3plus-release script should detect the working branch before continuing.

Current Behavior

Currently, it's possible to run a release from a feature branch, which I did accidentally in d3plus-network (I am not a smart man).

An in-range update of tape-run is breaking the build 🚨

Version 2.1.5 of tape-run just got published.

Branch Build failing 🚨
Dependency tape-run
Current Version 2.1.4
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As tape-run is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 16 commits .

  • b58cbf1 2.1.5
  • db5385d Merge pull request #51 from ArtskydJ/document-static-option
  • 136b29c Document the static option
  • 3af535e Merge pull request #49 from ArtskydJ/patch-1
  • 7cba0df Fix link to browserify
  • db1630d Merge pull request #47 from paulkernfeld/master
  • 1f69e67 Test on node 0.12 also on Travis
  • 87204ae Test on node v6 and latest on Travis, and not 0.10
  • 03c1dd8 Update README.md
  • ba9f01d docs: clarify headless testing section
  • 1d6d79d Merge pull request #44 from TehShrike/patch-2
  • 96a3c71 Note that other browser-run options can be used
  • 0f3793a modernize .travis.yml
  • ae7dbc3 ^ float tape dev dependency
  • 8ab3738 Merge pull request #37 from juliangruber/greenkeeper-browser-run-3.1.1

There are 16 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.