open_flash_chart_api 6.x-2.12

New features
Unsupported

added admin setting to allow the ofcv1 library to be hosted outside of the module directory.
This allows for much easier updates to the Drupal module.

open_flash_chart_api 6.x-2.9

Bug fixes
Unsupported

#323587 by tqm_z: path fix for non-root level installs.

open_flash_chart_api 5.x-2.8

New features
Bug fixes
Unsupported

This adds support for candle, high-low-close, and scatter charts.
#272453, adds number formatting functions.
It is a full sync with OFC php svn 171.

open_flash_chart_api 6.x-2.8

New features
Bug fixes
Unsupported

This adds support for candle, high-low-close, and scatter charts.
#272453, adds number formatting functions.
It is a full sync with OFC php svn 171.

open_flash_chart_api 5.x-2.7

Unsupported

Recommitted the 5.x-2.6 changes to the 5.x-2 branch. There are no changes from 5.x-2.6 to this release.

The 2.x branch uses Open Flash Chart v1

open_flash_chart_api 6.x-2.7

Unsupported

Recommitted the 6.x-2.6 changes to the 6.x-2 branch. There are no changes from 6.x-2.6 to this release.

The 2.x branch uses Open Flash Chart v1

open_flash_chart_api 5.x-2.6

Bug fixes
Unsupported

Quick fix to fix php4 incompatibility.

2.6 - 2/27/08
- Private in function call is a PHP5 only function. Removed for PHP4 compatibility.

2.5 - 2/24/08
- Fixed uniqueid so it works on PHP 4. This also fixes the rare occasion that multiple graphs have the same id.
- Setting inner background would not create a gradient.
- Fixed the help class from regression.

open_flash_chart_api 6.x-2.6

Bug fixes
Unsupported

Quick change to fix php4 compatibility.

2.6 - 2/27/08
- Private in function call is a PHP5 only function. Removed for PHP4 compatibility.

2.5 - 2/24/08
- Fixed uniqueid so it works on PHP 4. This also fixes the rare occasion that multiple graphs have the same id.
- Setting inner background would not create a gradient.
- Fixed the help class from regression.

open_flash_chart_api 5.x-2.5

Bug fixes
Unsupported

Has these fixes.

- uniqueid so it works on PHP 4. This also fixes the rare occasion that multiple graphs have the same id.
- Setting inner background would not create a gradient.
- Fixed the help class from regression.

open_flash_chart_api 6.x-2.5

Bug fixes
Unsupported

Has these fixes.

- uniqueid so it works on PHP 4. This also fixes the rare occasion that multiple graphs have the same id.
- Setting inner background would not create a gradient.
- Fixed the help class from regression.

open_flash_chart_api 6.x-1.x-dev

Bug fixes

- uniqueid so it works on PHP 4. This also fixes the rare occasion that multiple graphs have the same id.
- Setting inner background would not create a gradient.

open_flash_chart_api 5.x-2.4

Bug fixes
Unsupported

*NOTE* People running on a version older that 2.4 will need to change render('js'); to render();

- You can set the base path of the swfobject file and the open-flash-chart.swf file separately using functions set_js_path() set_swf_path()
- Added a function to set the the type of output set_output_type() creating a variable $this->output_type. Removes the paramater from the render() method.
- Font size paramater would not work in bar_filled, bar_3d, set_x_legend, Set_y_label_style, set_y_right_label_style, set_y_legend, set_y_right_legend.

open_flash_chart_api 6.x-2.4

Bug fixes
Unsupported

*NOTE* People running on a version older that 2.4 will need to change render('js'); to render();

- You can set the base path of the swfobject file and the open-flash-chart.swf file separately using functions set_js_path() set_swf_path()
- Added a function to set the the type of output set_output_type() creating a variable $this->output_type. Removes the paramater from the render() method.
- Font size paramater would not work in bar_filled, bar_3d, set_x_legend, Set_y_label_style, set_y_right_label_style, set_y_legend, set_y_right_legend.

open_flash_chart_api 5.x-3.x-dev

New features

This release will add new features and functions. It will also break old scripts with a minor change in the render function.

open_flash_chart_api 6.x-3.x-dev

New features

This is the nightly snapshot development release. It's currently working, but should be treated with care.

Attention: the chart api in this version has changed.

open_flash_chart_api 5.x-2.3

Bug fixes
Unsupported

- Would not create second data line when creating multiple data lines. Issue
- Fixed issue where creating multiple charts could cause issues for uniqueness of div id. Issue

open_flash_chart_api 6.x-2.3

Bug fixes
Unsupported

- Would not create second data line when creating multiple data lines. Issue
- Fixed issue where creating multiple charts could cause issues for uniqueness of div id. Issue

open_flash_chart_api 5.x-2.2

Bug fixes
Unsupported

- Second argument in hook_help implementation was not needed and gave errors on installation. Made me look bad so I have released a new version.

open_flash_chart_api 6.x-2.2

Bug fixes
Unsupported

- Second argument in hook_help implementation was not needed and gave errors on installation. Made me look bad so I have released a new version.

open_flash_chart_api 5.x-2.x-dev

This is the nightly snapshot dev release. It should work at each commit, but should be somewhat less tested than the normal release.

open_flash_chart_api 5.x-2.1

Bug fixes
Unsupported

-inner_bg_colour, x_legend, and title functions were formatted incorrectly causing random errors.
-Path to js file and swf file were incorrect causing it not to work on all installations.

open_flash_chart_api 6.x-2.1

Bug fixes
Unsupported

-inner_bg_colour, x_legend, and title functions were formatted incorrectly causing random errors.
-Path to js file and swf file were incorrect causing it not to work on all installations.

open_flash_chart_api 6.x-2.0

New features
Bug fixes
Unsupported

-Changed the class name to fit more in drupal naming conventions.
-Renamed methods to provide consistency
-Renamed some arguments to provide consistency.
-Documented entire API
-Added Readme.txt and Changelog.txt
-Added drupal help hook.

open_flash_chart_api 5.x-2.0

New features
Bug fixes
Unsupported

-Changed the class name to fit more in drupal naming conventions.
-Renamed methods to provide consistency
-Renamed some arguments to provide consistency.
-Documented entire API
-Added Readme.txt and Changelog.txt
-Added drupal help hook.

open_flash_chart_api 6.x-2.x-dev

New features
Bug fixes

This is the nightly snapshot dev release. It should work at each commit, but should be somewhat less tested than the normal release.

Subscribe with RSS Subscribe to Releases for Open Flash Chart API