Class: Mdi::ChartSankey

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

Overview

  • Version: 4.5.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 5H4V2H2V22H22V20H4V9C8.09 9 10.13 11 12.29 13.21S17.09 18 22 18V16C17.91 16 15.87 14 13.71 11.79S8.91 7 4 7H22Z"></path>
  HTML
end