Module: LazyHighCharts

Defined in:
lib/lazy_high_charts/options_key_filter.rb,
lib/lazy_high_charts.rb,
lib/lazy_high_charts/engine.rb,
lib/lazy_high_charts/railtie.rb,
lib/lazy_high_charts/high_chart.rb,
lib/lazy_high_charts/layout_helper.rb,
lib/lazy_high_charts/high_chart_globals.rb

Overview

A way to filter certain keys of data provided to the LazyHighCharts#series method and the LazyHighCharts#options

Add keys and methods to the FILTER_MAP hash to have them applied to the options in a series

Be careful that it is OK to filter the hash keys you specify for every key of the options or series hash

Defined Under Namespace

Modules: LayoutHelper, OptionsKeyFilter, Rails Classes: HighChart, HighChartGlobals, Railtie

Class Method Summary collapse

Class Method Details

.rootObject



15
16
17
# File 'lib/lazy_high_charts.rb', line 15

def self.root
  File.expand_path '../..', __FILE__
end