Pivottable Versions Save

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.

v2.23.0

5 years ago
  • "Multiple Pie Chart" renderer powered by plotly.js
  • Ability to pass config to plotly renderers
  • Various community-contributed localization improvements

v2.22.0

5 years ago
  • Added Area charts to Plotly renderers, finally: full parity with C3 renderers!

v2.21.0

5 years ago
  • 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

v2.20.0

6 years ago
  • jp locale
  • automargin support for Plotly renderers

v2.19.0

6 years ago

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

v2.18.0

6 years ago

v2.16.1

6 years ago
  • properly packaged version of 2.16.1

v2.16.0

6 years ago
  • Fixes #826 and merges CS locale
  • Don't use this version, use 2.16.1, as the files weren't compiled prior to bumping

v2.15.0

6 years ago
  • 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

v2.14.0

6 years ago
  • 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.