Giter Club home page Giter Club logo

d3plus-priestley'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-priestley's People

Contributors

davelandry avatar dependabot[bot] avatar greenkeeper[bot] avatar greenkeeperio-bot avatar rbaheti avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

d3plus-priestley's Issues

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

Version 0.6.15 of d3plus-common just got published.

Branch Build failing 🚨
Dependency d3plus-common
Current Version 0.6.14
Type dependency

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

As d3plus-common 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 v0.6.15
  • updates d3-array to v1.1.1 (6f44c40)
  • fix(package): update i18next to version 7.1.2 (#72) (ef501ca)
  • chore(package): update d3plus-dev to version 0.3.1 (#71) (4ee5c5d)
Commits

The new version differs by 4 commits .

  • 6f44c40 updates d3-array to v1.1.1
  • ef501ca fix(package): update i18next to version 7.1.2 (#72)
  • 4ee5c5d chore(package): update d3plus-dev to version 0.3.1 (#71)
  • e93f795 compiles v0.6.14

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 d3-array is breaking the build 🚨

Version 1.0.3 of d3-array just got published.

Branch Build failing 🚨
Dependency d3-array
Current Version 1.0.2
Type dependency

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

As d3-array 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
Release Notes v1.0.3
  • Update dependencies.
Commits

The new version differs by 6 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 🌴

if Priestley is rendered but not visible, it will throw a data error

Expected Behavior

Priestley visualizations, just like others, should be able to be rendered when not visible on the page.

Current Behavior

When rendering a Priestley visualization on a page, and using the default "detectVisible" behavior to only draw it when it is visible, an error is thrown.

Steps to Reproduce (for bugs)

  1. Call .render() on a Priestley not visible in the viewport while having detectVisible set to true (default).

Your Environment

  • Browser Name: Chrome
  • Operating System and Version: macOS Sierra

An in-range update of d3-collection is breaking the build 🚨

Version 1.0.3 of d3-collection just got published.

Branch Build failing 🚨
Dependency d3-collection
Current Version 1.0.2
Type dependency

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

As d3-collection 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 v1.0.3
  • Update dependencies.
Commits

The new version differs by 2 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 d3plus-shape is breaking the build 🚨

Version 0.13.4 of d3plus-shape just got published.

Branch Build failing 🚨
Dependency d3plus-shape
Current Version 0.13.3
Type dependency

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

d3plus-shape 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

Release Notes v0.13.4
  • updates documentation (50a4a29)
  • updates examples (ff786e7)
  • updates d3plus-dev to v0.4.16 (70b2b0a)
  • updates d3plus-text to v0.9.20 (9639fd9)
  • cleans up indentation, imports, and comments (4ae431b)
  • removes global lineHeight method (in favor of labelConfig) (1fb65c9)
  • updates d3plus-dev to v0.4.14 (140eb21)
Commits

The new version differs by 8 commits.

  • 50a4a29 updates documentation
  • ff786e7 updates examples
  • 70b2b0a updates d3plus-dev to v0.4.16
  • 9639fd9 updates d3plus-text to v0.9.20
  • 4ae431b cleans up indentation, imports, and comments
  • 1fb65c9 removes global lineHeight method (in favor of labelConfig)
  • 140eb21 updates d3plus-dev to v0.4.14
  • 8dbca2c compiles v0.13.3

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-dev is breaking the build 🚨

Version 0.4.14 of d3plus-dev just got published.

Branch Build failing 🚨
Dependency d3plus-dev
Current Version 0.4.13
Type devDependency

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

As d3plus-dev is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a 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

Release Notes v0.4.14
  • updates documentation (bbcd034)
  • adds detection to generate new/updated examples (40d5632)
  • removes sample example (2397332)
  • testing example detection (04e324a)
  • updates dependencies (a0473d1)
  • fix(package): update zora to version 1.0.0 (#40) (dcc0133)
  • fix(package): update rollup to version 0.47.4 (#41) (930d805)
  • updates documentation (63af394)
Commits

The new version differs by 9 commits.

  • bbcd034 updates documentation
  • 40d5632 adds detection to generate new/updated examples
  • 2397332 removes sample example
  • 04e324a testing example detection
  • a0473d1 updates dependencies
  • dcc0133 fix(package): update zora to version 1.0.0 (#40)
  • 930d805 fix(package): update rollup to version 0.47.4 (#41)
  • 63af394 updates documentation
  • d515f0a compiles v0.4.13

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-axis is breaking the build 🚨

Version 0.3.25 of d3plus-axis just got published.

Branch Build failing 🚨
Dependency d3plus-axis
Current Version 0.3.24
Type dependency

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

As d3plus-axis 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 v0.3.25
  • implements an stepped offset for overlapping labels (0d48677)
  • fixes label edge buffer when flipping axis (d78f62d)
  • moves Axis render function to top of file (bc77b7e)
  • chore(package): update d3-array to version 1.1.0 (#29) (4636084)
  • updates d3plus-dev to v0.3.0 (0efbe46)
Commits

The new version differs by 6 commits .

  • 0d48677 implements an stepped offset for overlapping labels
  • d78f62d fixes label edge buffer when flipping axis
  • bc77b7e moves Axis render function to top of file
  • 4636084 chore(package): update d3-array to version 1.1.0 (#29)
  • 0efbe46 updates d3plus-dev to v0.3.0
  • bff17a6 compiles v0.3.24

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-axis is breaking the build 🚨

Version 0.3.33 of d3plus-axis just got published.

Branch Build failing 🚨
Dependency d3plus-axis
Current Version 0.3.32
Type dependency

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

d3plus-axis 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

Release Notes v0.3.33
Commits

The new version differs by 9 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 d3-scale is breaking the build 🚨

Version 1.0.5 of d3-scale just got published.

Branch Build failing 🚨
Dependency d3-scale
Current Version 1.0.4
Type dependency

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

As d3-scale 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 v1.0.5
  • Update dependencies.
Commits

The new version differs by 2 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 🌴

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.