Giter Club home page Giter Club logo

cubism-es's People

Contributors

bigfatdog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cubism-es's Issues

Upgrading to D3V6

The latest version of cubism-es is incompatible with the latest D3 library version realised last September, namely one of the issues is the API change around d3-selection new event manager (d3.mouse -> d3.pointer).

Is there a plan to upgrade?
If wanted, I can submit a pull request with the changes necessary to both the library and demos.

NPM install errors and vulnerabilities

Current Behavior

When cloning the repo and running npm install, the following errors are thrown:

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)

and

found 511 vulnerabilities (486 low, 17 moderate, 7 high, 1 critical)

Steps to Reproduce

  1. Clone the repo;
  2. Run npm install.

Context (Environment)

I'm on MacOS Mojave 10.14.1.

Is zooming possible?

Thanks a lot for your great work in keeping cubism alive!

I was wondering if it is realistically possible to implement interactive zooming in and out of the timeline on top of cubism? Ideally it would switch to higher resolution time buckets as you zoom in, and lower resolution as you zoom out, according to predefined thresholds.

I know this is not a built-in feature, but maybe it's possible in combination with d3-zoom or something like that.

horizon.height is broken

Expected Behavior

horizon.height([pixels]) should set the horizon height when passed a value.

Current Behavior

The height remains 30px.

Steps to Reproduce

  1. Open one of the demos of the repository, like stock.html or simple.html
  2. Change the height of a horizon chart:
    context.horizon(d3.selectAll(".horizon")).height(120)

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.