Method: ChartJS::LineChart#random_color
- Defined in:
- lib/chart_js/chart/line_chart/line_chart.rb
#random_color ⇒ Object
55 56 57 |
# File 'lib/chart_js/chart/line_chart/line_chart.rb', line 55 def random_color "##{SecureRandom.hex(3)}" end |