Git Product home page Git Product logo

Comments (4)

NPashaP avatar NPashaP commented on July 29, 2024

You could use the bP.sortPrimary and bP.sortSecondary methods to specify a sorting function that uses date format. This example demonstrates these methods: http://bl.ocks.org/NPashaP/d61e36d237bca061125bac66d86026d3

from viz.

kulfy avatar kulfy commented on July 29, 2024

Thanks, works perfectly, that is exactly what I was looking for.

from viz.

mjhoefer avatar mjhoefer commented on July 29, 2024

@kulfy @NPashaP this link is dead. Would you be willing to re-share this example?

http://bl.ocks.org/NPashaP/d61e36d237bca061125bac66d86026d3

I'm looking to sort by value. I'm thinking I need to make a lookup dict with keys being the labels, as I'm not sure how to access the values inside the sort function (passed as sortPrimary/sortSecondary).

Many thanks in advance.

from viz.

mjhoefer avatar mjhoefer commented on July 29, 2024

Please disregard, it was pretty simple to do something like this:


var need_order = {
				Subsistence:0, 
				Protection:1, 
				Affection:2, 
				Understanding:3, 
				Participation:4, 
				Leisure:5, 
				Creation:6, 
				Identity:7, 
				Freedom:8, 
				Spirituality:9, 
				None:10};

function sortByNeedOrder(a, b) {
				return need_order[a] - need_order[b];
			}

Then pass in sortByNeedOrder to sortPrimary when chaining the bP call.

PS thank you for this awesome library.

from viz.

Related Issues (20)

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.