class ApexCharts::Charts::HeatmapChart
Public Instance Methods
chart_type()
click to toggle source
# File lib/apex_charts/charts/heatmap_chart.rb, line 5 def chart_type 'heatmap' end
series_type()
click to toggle source
# File lib/apex_charts/charts/heatmap_chart.rb, line 9 def series_type ApexCharts::Series::CartesianSeries end