You are here

CHANGELOG.txt in Charts and Graphs 7

Version 0.3.6.2
January 3 2011
================================================================

* Let Pie charts support tooltips.

* Add an 'orientation' option to data_from_table() that takes
  'auto', 'rows' or 'cols'.

* Add options to data_from_table() to exclude certain rows or
  columns, based on title or DOM class.

* Provide an event handler interface for when the user clicks
  on tooltips.

* Add a set_background() method to configure the background
  without changing the whole theme.

* Fix axis data-range bug in SideBar, respecting the minimum
  value if set by the user.

* Apply bar_spacing correctly to SideBar graphs.


Version 0.3.6.1
July 25 2010
================================================================

* Allow Mini.* to have their legends rendered on the right hand
  side using the legend_position option.

* Fix bugs with drawing full circles in pie and line graphs.

* Stop colours being repeated prematurely.


Version 0.3.6
September 14 2009
================================================================

* Tooltips are now available on line and bar graphs. Thanks
  to CrimsonJet, makers of Appstatz.com, for sponsoring this
  feature's development.

* New graph type ported from Gruff: Bluff.Dot.

* New options available: title_margin, legend_margin, dot_radius,
  line_width, bar_spacing, hide_labels_less_than.

* JS.Class updated to 2.1.

* Improved handling of data labels; values are truncated to
  a few significant decimal places and formatted with thousand
  delimiters.

* TableReader handles non-numeric/empty cells more elegantly.

* Fixes text rendering bugs relating to font weighting and
  automatic size detection.

* Allows plotting to proceed if all data is zero.


Version 0.3.4.2
October 27 2008
================================================================

* Fixes bug caused in normalization methods triggered by zero
  values given to Base#data().


Version 0.3.4.1
October 1 2008
================================================================

* Upgrades JS.Class to 2.0.2.

* Text nodes are now rendered inside a div that wraps the canvas
  instead of just inside the <body> element. This improves
  behaviour with respect to page zooming and relative positioning.

* Fixes bugs in label rounding and zero-value handling.


Version 0.3.4
September 15 2008
================================================================

* Initial release, based on Gruff 0.3.4. Includes AccumulatorBar,
  Area, Bar, Line, Net, Pie, SideBar, SideStackedBar, Spider,
  StackedArea, StackedBar, Mini.Bar, Mini.Pie and Mini.SideBar,
  plus ability to pull data from HTML tables.

File

apis/charts_graphs_bluff/bluff/CHANGELOG.txt
View source
  1. Version 0.3.6.2
  2. January 3 2011
  3. ================================================================
  4. * Let Pie charts support tooltips.
  5. * Add an 'orientation' option to data_from_table() that takes
  6. 'auto', 'rows' or 'cols'.
  7. * Add options to data_from_table() to exclude certain rows or
  8. columns, based on title or DOM class.
  9. * Provide an event handler interface for when the user clicks
  10. on tooltips.
  11. * Add a set_background() method to configure the background
  12. without changing the whole theme.
  13. * Fix axis data-range bug in SideBar, respecting the minimum
  14. value if set by the user.
  15. * Apply bar_spacing correctly to SideBar graphs.
  16. Version 0.3.6.1
  17. July 25 2010
  18. ================================================================
  19. * Allow Mini.* to have their legends rendered on the right hand
  20. side using the legend_position option.
  21. * Fix bugs with drawing full circles in pie and line graphs.
  22. * Stop colours being repeated prematurely.
  23. Version 0.3.6
  24. September 14 2009
  25. ================================================================
  26. * Tooltips are now available on line and bar graphs. Thanks
  27. to CrimsonJet, makers of Appstatz.com, for sponsoring this
  28. feature's development.
  29. * New graph type ported from Gruff: Bluff.Dot.
  30. * New options available: title_margin, legend_margin, dot_radius,
  31. line_width, bar_spacing, hide_labels_less_than.
  32. * JS.Class updated to 2.1.
  33. * Improved handling of data labels; values are truncated to
  34. a few significant decimal places and formatted with thousand
  35. delimiters.
  36. * TableReader handles non-numeric/empty cells more elegantly.
  37. * Fixes text rendering bugs relating to font weighting and
  38. automatic size detection.
  39. * Allows plotting to proceed if all data is zero.
  40. Version 0.3.4.2
  41. October 27 2008
  42. ================================================================
  43. * Fixes bug caused in normalization methods triggered by zero
  44. values given to Base#data().
  45. Version 0.3.4.1
  46. October 1 2008
  47. ================================================================
  48. * Upgrades JS.Class to 2.0.2.
  49. * Text nodes are now rendered inside a div that wraps the canvas
  50. instead of just inside the element. This improves
  51. behaviour with respect to page zooming and relative positioning.
  52. * Fixes bugs in label rounding and zero-value handling.
  53. Version 0.3.4
  54. September 15 2008
  55. ================================================================
  56. * Initial release, based on Gruff 0.3.4. Includes AccumulatorBar,
  57. Area, Bar, Line, Net, Pie, SideBar, SideStackedBar, Spider,
  58. StackedArea, StackedBar, Mini.Bar, Mini.Pie and Mini.SideBar,
  59. plus ability to pull data from HTML tables.