Class: Mdi::ChartScatterPlotHexbin

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/chart_scatter_plot_hexbin.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_scatter_plot_hexbin.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M2,2H4V20H22V22H2V2M14,14.5L12,18H7.94L5.92,14.5L7.94,11H12L14,14.5M14.08,6.5L12.06,10H8L6,6.5L8,3H12.06L14.08,6.5M21.25,10.5L19.23,14H15.19L13.17,10.5L15.19,7H19.23L21.25,10.5Z"></path>
  HTML
end