Coder Social home page Coder Social logo

novus-nvd3-rails's Introduction

Novus::Nvd3::Rails Build Status

Asset pipeline bundling of the novus nvd3 library (https://github.com/novus/nvd3).

Installation

Add this line to your application's Gemfile:

gem 'novus-nvd3-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install novus-nvd3-rails

In your application.css.scss:

*= require nv.d3

And in your application.js:

//= require d3.v3
//= require nv.d3

Usage

https://nvd3-community.github.io/nvd3

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Released under the MIT License.

novus-nvd3-rails's People

Contributors

dbackowski avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

novus-nvd3-rails's Issues

Can you tell me how to do this.

I am working on a project where I need to provide data visualisation. Here is what I need to do,

Consider a shopping cart, I need to draw a graph showing time taken to make 1st, 2nd … nth transactions for one user, So the x-axis have ticks: T1, T2, T3…Tn. and y-axis represents number days. The day your register on the would be the 0th days and the last day would be the number of days between the day the user registers and todays date.

Say transaction 1 is done 2 days after registering the account. so the point will be on (T1,D2). The feature I want to implement is that when I click on (T1,D2), it should be a link that will list the corresponding transaction, i.e T1.

This is not my actual requirement but if you could help me do this , I’d probably solve the real problem myself. The actual problem there is a group of user and the difference is date between transaction is the average time users take to do transaction. and on clicking each of the average point, it should take me to all the transaction from which the mean is calculated.

I would really appreciate if you could find time to help me with this.

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.