Sha256: 1c6b67e5da8494b55eb2b68dfc8b486eefb388287c938b25132741ca74d82100

Contents?: true

Size: 374 Bytes

Versions: 2

Compression:

Stored size: 374 Bytes

Contents

# Defines a widget which shows the content  
# of a data source 'voltage' in a table.
# The data source is dynamic and should be checked
# at least once a second (wopts/dynamic).
#
widget:
  id: pie
  name: Pie Chart
  type: data/pie_chart
  data_sources: animals
  mapping :
    value: count
    fill_color: category10()
    label: name
  margin:
    #:left => 100
      

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omf_web-0.9.1 example/demo/widgets/pie_chart_widget.yaml
omf_web-0.9 example/demo/widgets/pie_chart_widget.yaml