Skip to content

bumbeishvili/d3-breadcrumbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3 breadcrumbs

See the Project Page for interactive example!

screenshot

image

History

I was tired copying same thing over and over in different projects and decided to create small lib for breadcrumbs

Highlights

  • Dynamic resizing
  • Support of breadcrumbs wrapping
  • High number of customization options

Usage

  1. Include breadcrumb.js file into you app
 <script src="breadcrumb.js"></script>
  1. Initialize breadcumb inside your d3 visual
  var breadcrumb = d3.breadcrumb()
          .container('svg')   // any element or selection 
  1. Show or hide it on your events
//show
breadcrumb.show([
  {text:"Hi"},
  {text:"I am breadcrumb"}
])
//hide
breadcrumb.hide()

Author

David B (twitter)
David B (linkedin)

I am available for freelance data visualization work. Please contact me in case you'd like me to help you with my experience and expertise

You can also book data viz related consultation session with me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published