Skip to content

Releases: drarmstr/chartcollection

0.1.10

18 Jun 07:44
11a81f7
Compare
Choose a tag to compare
  • Ability to vertically pan flame charts
  • Add grouped line chart by adding a 'none' stacking type
  • Add auto scaling option with 10% buffer
  • Fix callback parameter convention for stacked y accessor
  • Auto scaling a plot will not consider layers that specify their own scale
  • Move Icicle hover tooltip to right of cursor to avoid cursor covering contents
  • Cleanup legend interface and add accessor to get option object per list item.

0.1.9

08 Mar 00:22
Compare
Choose a tag to compare

Icicle and Region layers

  • New Region chart layer
  • New Icicle chart layer for tree visualization.
  • Allow table column sorting functions to change with redraw and pagination
  • Better support changing set of columns with table redraw
  • Make Plot Layer orientation configurable
  • Add ability to invert order of layers in plot legends.
  • Make table column headers optional.
  • Fix plot's ability to rescale auto-scaled scales.
  • Add ability for Sankey to limit the number of nodes or links rendered.
  • Polish how trailing links to unrendered nodes are drawn.
  • Performance optimization for animating stacked area charts using a legend.
  • Fix legend titles based on layer options.

0.1.8

12 Jan 22:49
Compare
Choose a tag to compare
  • Support cmd-click for multi-select in tables on OSX
  • Paginated tables revert to the first page when sorted.
  • Selectable and searchable tables default to selecting matches.
  • Sankey Butterflies avoid focusing redundantly on the same focal node.
  • Clean up Table options for searching and pagination.
  • Add Table API for searching.
  • Add ability to specify an initial column to sort by header text.
  • Clean up Table documentation for sorting and searching.
  • Sunburst node now places root node inside center circle.
  • Plots don't create redundant backgrounds/brushes when rerendered
  • Tables and selectable Plots can specify an initial selection when rendering
  • Sunburst can select an initial node to render as the root
  • Default selectable plots to have a visible unbrush without user styling
  • Fix unbrush for selectable plots with margin and non-0 minimum domains.

0.1.7

14 Nov 22:30
Compare
Choose a tag to compare
Workaround build system issues with url() syntax in CSS files