Module: Compendium::ChartProvider

Defined in:
lib/compendium/abstract_chart_provider.rb

Overview

Abstract wrapper for rendering charts To add a new chart provider, #initialize and #render must be implemented Custom providers should also override Compendium::AbstractChartProvider.find_chart_provider (but fallback to super)