- scroller:
    name: "smallLineChart"
    title: "Small Line Chart"
    content:
      # Ref to "smallLineChartContainer" anchor in "CustomizationInputs.yml" File

      - imageHeader:
          name: imageHeader
          image: /assets/line_chart/Q3_AddSmallLineChart.png
          text: >
            <p><b><u>Inputs:</u></b> Small Line Chart</p>


      - range:
          name: smallLineChartTimePeriod
          dataIndex: smallLineChartTimePeriod
          title: Time Period

      - text:
          name: someText
          text: >
            <p><b>Companies to include:</b></p>
      # Workflow OW2. Link to backend of previously provided companies / indicies / custom indices
      - checkbox:
          name: checkboxCompaniesIncludedSmallLine
          dataIndex: checkboxCompaniesIncludedSmallLine
          title:
          options:

      - text:
          name: textCustomBuildIndex
          text: >
            <p><b>Custom Built Indices to include:</b></p>
      # Workflow OW2. Link to backend of previously provided companies / indicies / custom indices
      - checkbox:
          name: customIndicesIncludedSmallLine
          dataIndex: customIndicesNames
          title:
          options:

      - text:
          name: textConstantLine
          text: >
            <p><b>Include Constant Value Lines:</b></p>
      # Workflow OW2. Link to backend of previously provided companies / indicies / custom indices
      - checkbox:
          name: constantLinesIncludedSmallLine
          dataIndex: constantLinesNames
          title:
          options:


      - aligner:
          align: right
          width: auto
          content:
            - button:
                name: backBtn
                type: default
                title: Back
            # Workflow NN2
            - button:
                name: nextBtn
                type: primary
                title: Next
            # Workflow NN1
            - button:
                name: btnCancel
                type: default
                title: Cancel