ChangeLog 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Libchart ChangeLog
  2. ==================
  3. (C) 2005-2011 Jean-Marc Trémeaux
  4. VERSION 1.3: (2011-07-27)
  5. ==========
  6. FEATURES:
  7. * Customized palette on Horizontal and Vertical Bar charts.
  8. * Add an option to turn off text caption on individual data points.
  9. * Add an option to disable sorting (preserve data points order).
  10. BUGFIXES:
  11. * Issue #2: DejaVu Fonts don't include license
  12. VERSION 1.2.2: (2010-10-12)
  13. ==========
  14. FEATURES:
  15. * Ability to change colors.
  16. BUGFIXES:
  17. * Fix #1 : Pie chart filled with solid color when percentage < 1.
  18. VERSION 1.2.1: (2008-04-10)
  19. ==========
  20. BUGFIXES:
  21. * Ability to set the upper/lower bounds (regression).
  22. * HorizontalBarChart: a small box is shown when x = 0 (regression).
  23. * Multiple series charts: when we go over the maximum series count, loop over color.
  24. * Multiple series bar chart: brown color is shown twice.
  25. * Pie chart : if some relative percentage is null, the whole diagram is filled in by one color.
  26. * Ability to use negative values in bar chart.
  27. VERSION 1.2: (2007-08-13)
  28. ==========
  29. LICENSE:
  30. * Change of license to GPL v3
  31. FEATURES:
  32. * Multiple line charts
  33. * Multiple vertical and horizontal bar charts
  34. * Customizable layout (plot)
  35. REFACTORING:
  36. * Support for PHP4 is deprecated, as PHP 4 has reached its end of life.
  37. * Use of PHP5 OO constructs
  38. * Use of <?php tags for better server compatibility
  39. * Better separation of data and presentation objects, introduction of dataset objects
  40. VERSION 1.1: (2006-04-02)
  41. ==========
  42. CHANGES:
  43. * Added Line Charts
  44. * Bar Chart: default lower bound set to value 0 (seems more intuitive).
  45. Use $chart->setLowerBound(null) if you want to revert to the old behaviour.
  46. BUGFIXES:
  47. * Removed undefined IMG_ARC_FILL constant
  48. * Added missing default parameter in HorizontalChart::render()
  49. * Fixed decimal values in Bar Charts
  50. * Typo in default logo
  51. * Crashed when no point was defined
  52. * Crashed when all values were set to 0
  53. Version 1.0: (2005-09-30)
  54. ==========
  55. INITIAL RELEASE