Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
47 lines (47 loc) · 2.15 KB

CHANGES.rdoc

File metadata and controls

executable file
·
47 lines (47 loc) · 2.15 KB
2.0.1 (23.01.2012)
  • move assets to vendor

  • some docs

  • use latest community released swf

2.0 (23.01.2012)
  • release as a gem

1.0 (23.01.2011)
1.0 (rc-2 : 03.05.2009)
  • moved to open-flash-chart-2-ichor

  • initialize methods has changed !!! now use a hash eg.

    OFC2::SomeClass.new(:option => value, :option2 => other_value)
    

    I find it more readable that old way.

  • add radar charts

  • remove pseudo horizontal stacked bar example

0.9 (rc-1 : 15.04.2009)
  • remove to_json method from OWJSON module

  • remove remove require ‘json’ from plugin

  • migrate sample application to rails 2.3

  • remove gem ‘json’ from enviroment.rb

0.8 (rc-1 : 09.01.2009)
0.7 (rc-1 : 12.12.2008)
0.6 (rc-1 : 11.12.2008)
  • now generating many inline chart on one page is possible

  • moved to open-flash-chart-2-hyperion version

  • remove spelling errors

  • remove set_tooltip method, use instead set_tip or tip=

0.5 (beta-4)
  • methods are now generated by method_missing

0.4 (beta-3)
  • add ofc2_inline method to generate graph without url

  • add instance variables getters, changes proposed by __Pavlo Masko__

0.3 (beta-2)
  • changed installation instructions

  • add rake tasks to install/uninstall

0.2 (beta-1)
  • change README - add description, install section and info about contact

  • make examples with basic charts

  • compare plugin with php library and add missing class/methods

0.1 (alpha)
  • rewrite php library