Filter dropdowns on the left?

Home Forums SPJS Charts for SharePoint Filter dropdowns on the left?

Viewing 2 reply threads
  • Author
    Posts
    • #18964
      Phil Grant
      Participant

        Hi,
        Is it possible to move the filter dropdown boxes above a chart to the left hand side, I have a long Org Chart and the filters are on the right hand side and not visible without scrolling a long way.

        Regards,
        Phil

      • #18980
        Alexander Bautz
        Keymaster

          You can either add a script editor web part or HTML form web part in the page with this code, or add this code to a file and upload it to the SPJS library and refer it trough the “Load external JS or CSS” tab in the chart:

          <style>
          .spjs_filterPlaceholderInner{
              text-align:left!important;
          }
          </style>

          Alexander

        • #18984
          Phil Grant
          Participant

            Thanks Alexander,
            That worked a treat.

            Phil

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.