ChartDirector 6.0 (Ruby Edition)

InteractiveChartSupport


InteractiveChartSupport is a utility class designed to be used as a mixin in Ruby On Rails applications to provide interactive chart support.

Typically, if a controller needs to support charts with image maps or zoomable and scrollable charts, it may include this class as a mixin. The key functions of InteractiveChartSupport is to provide an action get_session_data, which retrieves contents from session variables and sends them to the browser.

MethodInheritedDescription
get_session_data(Self)Implements an action for retrieving chart images or delayed image maps from session variables.