Class: Mdi::ChartWaterfall

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/chart_waterfall.rb

Overview

  • Version: 6.4.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/chart_waterfall.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M2 2H4V20H22V22H2V2M17 2H20V18H17V2M6 11H9V18H6V11M13 3H16V7H13V3M10 8H13V12H10V8Z"></path>
  HTML
end