Skip to content

Releases: nicolaskruchten/pivottable

Version 2.23.0

04 Nov 18:35
Compare
Choose a tag to compare
  • "Multiple Pie Chart" renderer powered by plotly.js
  • Ability to pass config to plotly renderers
  • Various community-contributed localization improvements

Version 2.22.0

22 Sep 02:13
Compare
Choose a tag to compare
  • Added Area charts to Plotly renderers, finally: full parity with C3 renderers!

Version 2.21.0

18 Jun 13:56
Compare
Choose a tag to compare
  • Use barmode: 'relative' for best Plotly bar-stacking behaviour
  • showUI parameter in pivotUI() to hide UI and paper over differences between pivot() and pivotUI()
  • rowTotals and colTotals options for table renderers

Version 2.20.0

21 Mar 14:36
Compare
Choose a tag to compare
  • jp locale
  • automargin support for Plotly renderers

Version 2.19.0

15 Jan 18:04
Compare
Choose a tag to compare

upgrade strongly recommended for those supporting IE11 or using C3 scatterplots

  • Fixing bug with C3 scatter tooltips showing wrong values
  • Removing use of startsWith for IE11 support of filter box #850
  • List Uniques now naturally sorted #854
  • it and sq localization #839 and #840

Version 2.18.0

30 Nov 22:11
Compare
Choose a tag to compare

Version 2.16.1

15 Nov 18:28
Compare
Choose a tag to compare
  • properly packaged version of 2.16.1

Version 2.16.0

15 Nov 18:27
Compare
Choose a tag to compare
  • Fixes #826 and merges CS locale
  • Don't use this version, use 2.16.1, as the files weren't compiled prior to bumping

Version 2.15.0

20 Sep 21:38
Compare
Choose a tag to compare
  • Merging changes from PR #408 for new hiddenFromAggregators and hiddenFromDragDrop parameters
  • Merging changes from PR #645 for support for negative values in the Table Barchart Renderer
  • Merging changes from PR #604 to allow for easier CSS selections

Version 2.14.0

02 Aug 14:01
Compare
Choose a tag to compare
  • Fixing issue where C3js tooltips contained rounded numbers (#751 #692 #716)
  • C3js tooltips and axes now use the aggregators' number formatters (i.e. the one from the locale file) so we have separators and percent signs by default, and dollar signs etc if people define them (#667)
  • Default number formatter now always shows zero values, which undoes a bad early design decision which hid the difference between zero and 'no value' (#567 #550 #237 #139)
    • note that the count aggregator still doesn't ever return zero, because aggregators are not invoked when no data is present.