Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/app/elements/chart-polararea/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/app/elements/chart-polararea/config.yml

name: Polar Area Chart
slug: chart-polararea
groups: Chart

form:
  general:
    - name: polararea-chart
      type: group-repeater
      schema:
        - name: label
          help: The label for the dataset which appears in the legend and tooltips.
          value: Coffee

        - name: data
          type: text
          label: Value
          help: Provide value for each label. It should be number. Eg. 100

        - name: background_color
          type: color
          label: Background Color

        - name: border_color
          type: color
          label: Border Color

      value:
        - label : Coffee


  styles:

    - name: enable_responsive
      type: switch
      value: true
      label: Enable Responsive

    - name: width
      type: slider
      max: 1200
      value: 300
      suffix: px
      depends:
        enable_responsive : false

    - name: height
      type: slider
      max: 1200
      value: 300
      suffix: px
      depends:
        enable_responsive : false

    - name: enable_border
      type: switch
      label: Enable Border

    - name: border_width
      type: slider
      value: 1
      suffix: px
      label: Border Width
      depends:
        enable_border : true

    - name: padding
      type: padding

    - name: margin
      type: margin