Skip to content

Releases: nicgirault/circosJS

2.2.0

27 May 07:57
ff9106b
Compare
Choose a tag to compare

No new feature. I just upgraded dev dependencies + minor version dependencies to fix security issue

2.1.0

08 Oct 13:57
Compare
Choose a tag to compare

Add events in all configurations to allow adding event handlers

2.0.5

05 Jun 16:44
Compare
Choose a tag to compare

Allow direct import

2.0.4

05 Jun 16:35
Compare
Choose a tag to compare

Add radius option for chords track

Version 2

08 Mar 23:03
Compare
Choose a tag to compare
  • Coffeescript to Javascript
  • Use d3 v4
  • Change the way palettes works:
    • before: usePalette: <true|false>, paletteSize: 9, paletteName: 'Greens' and color attributes.
    • Now only color attribute that recognize palettes. PaletteSize is not anymore useful (color palettes are continuous)
  • order of attributes:
    • before: track('name', conf, data)
    • now: track('name', data, conf)
  • Input data can't be anymore an array of arrays. It has to be an array of objects with shapes defined in documentation
  • There is no more 'rule'. The rules are handle with callback functions. For example in the configuration you can specify:
color: function(d) {
  return d.value > 5 ? 'blue' : 'red'
}

1.7.0

19 Jun 20:42
Compare
Choose a tag to compare

Add tooltip

1.6.2

18 Jun 11:38
Compare
Choose a tag to compare

Fix bower dependencies