Class: Mdi::ChartGantt

Inherits:
MdiData show all
Defined in:
app/models/mdi/chart_gantt.rb

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,5H10V2H12V22H10V18H6V15H10V13H4V10H10V8H2V5M14,5H17V8H14V5M14,10H19V13H14V10M14,15H22V18H14V15Z"></path>
  HTML
end