Class: Mdi::ChartScatterPlot

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

Overview

  • Version: 3.7.94

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,2H4V20H22V22H2V2M9,10A3,3 0 0,1 12,13A3,3 0 0,1 9,16A3,3 0 0,1 6,13A3,3 0 0,1 9,10M13,2A3,3 0 0,1 16,5A3,3 0 0,1 13,8A3,3 0 0,1 10,5A3,3 0 0,1 13,2M18,12A3,3 0 0,1 21,15A3,3 0 0,1 18,18A3,3 0 0,1 15,15A3,3 0 0,1 18,12Z"></path>
  HTML
end