Skip to content

Releases: spotify/chartify

2.3.5

21 Nov 19:09
6dbe996

Choose a tag to compare

Improvements:

  • Updated docstrings (Thanks @gregorybchris @ItsPugle!)
  • Added SVG output options to Chart.show() and Chart.save() (Thanks for the suggestion @jdmendoza!)

Bugfixes:

  • Fixed bug that caused source label to overlap with xaxis labels.
  • Fixed bug that prevented x axis orientation changes with datetime axes (Thanks for finding @simonwongwong!)
  • Fixed bug that caused subtitle to disappear with outside_top legend location (Thanks for finding @simonwongwong!)
  • Line segment callout properties will work correctly. (Thanks @gregorybchris!)

Updated Bokeh requirement to support 1.0+

16 Nov 20:18
1af49e7

Choose a tag to compare

Merge pull request #21 from gregorybchris/master

Update orientation doc string

Removed Pillow dependency upper bound

24 Oct 20:30
d8b1baa

Choose a tag to compare

To allow for use of Pillow 5.0+

Scatter plot with categorical axis

18 Oct 22:26
5836788

Choose a tag to compare

  • Added scatter plots with a single categorical axis.
    image

  • Stacked bar and area order now matches default vertical legend order.

  • Added method for shifting color palettes.

  • Fixed bug with text_stacked that occurred with multiple categorical levels.

Scatterplot bug fix

27 Sep 19:10
9492bc5

Choose a tag to compare

  • Fix scatter plot bug that can occur when nested data types (dicts, lists) are contained in the data frame.

Added Hexbin plots

27 Sep 01:56

Choose a tag to compare

  • Added hexbin plot type.
  • More control over grouped axis label orientation.
  • Added alpha control to scatter, line, and parallel plots.
  • Added control over marker style to scatter plot.
  • Added ability to create custom color palettes.
  • Changed default accent color.
  • Visual tweaks to lollipop plot.
  • Bar plots with a few number of series will have better widths.

Initial public release!

17 Sep 18:28

Choose a tag to compare

2.2.0

updated makefile with twine