Skip to content

Releases: developarts/tablepress_chartjs

0.3.0

26 Nov 00:37
Compare
Choose a tag to compare

[0.3.0] - 2020-11-25

Added

  • new JavaScript tools file
  • Support Vertical Bar charts
  • Support Vertical Stacked Bar charts
  • Support Vertical Stacked Bar charts
  • Error management
  • CSS file for error boxes
  • Shows table title
  • On Datasets now distinguishes "" (empty) as NaN and 0 as value
  • Adding index.php with silence is golden security method

Changed

  • Colors now is controlled in JavaScript
  • Color array simplificated
  • Procedure to obtain datasets is now optimized
  • New directory 'tablepress_chartjs' for only plugin files

Fix

  • first and last now works correctly

0.2.0

06 Nov 22:38
Compare
Choose a tag to compare

0.2.0 - 2020-11-06

Added

  • Parameter height for the canvas object
  • Parameter color={color1,color2,..n} comma separator
  • Supported colors [blue,red,orange,yellow,green,purple,grey,black]
  • Parameter first={n} show only {n} first rows
  • Parameter last={n} show only {n} last rows

Changed

  • Parameter data now accept A-Z to correspond TablePress columns
  • dimension to label Parameter
  • _maybe_string_to_number RegExp

0.1.0

06 Nov 20:23
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

0.1.0 - 2020-11-01

Added

  • Initial release