Releases: nicolaskruchten/pivottable
Releases · nicolaskruchten/pivottable
Version 2.23.0
- "Multiple Pie Chart" renderer powered by plotly.js
- Ability to pass
config
to plotly renderers - Various community-contributed localization improvements
Version 2.22.0
- Added Area charts to Plotly renderers, finally: full parity with C3 renderers!
Version 2.21.0
- Use
barmode: 'relative'
for best Plotly bar-stacking behaviour showUI
parameter inpivotUI()
to hide UI and paper over differences betweenpivot()
andpivotUI()
rowTotals
andcolTotals
options for table renderers
Version 2.20.0
jp
localeautomargin
support for Plotly renderers
Version 2.19.0
Version 2.18.0
- Added Plotly.js renderers
- Tweaked CSS to make most of the UI non-selectable
Version 2.16.1
- properly packaged version of 2.16.1
Version 2.16.0
- 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
Version 2.14.0
- 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.
- note that the