Sha256: 0734e707cd6616a84b719bf1e70605a0026fd72ccc52014d7a4094e3b8f2619b

Contents?: true

Size: 186 Bytes

Versions: 8

Compression:

Stored size: 186 Bytes

Contents

%canvas{ data: { chart: true, 'chart-type' => 'donut' }}
  %ul
    - dataset.each_with_index do |item, index|
      %li{ data: { value: data[index] }} = #{item[:label]}: #{data[index]}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
integral-1.5.1 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.5.0 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.4.0 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.3.0 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.2.0 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.1.0 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.0.1 app/views/integral/backend/shared/graphs/_donut.haml
integral-1.0.0 app/views/integral/backend/shared/graphs/_donut.haml