• Wrapper for setAttrs and setStyles, setting both attributes and styles on each element in seletion.

    Parameters

    • selection: any
    • props: {
          attrs?: object;
          styles?: object;
      }
      • Optional attrs?: object
      • Optional styles?: object

    Returns D3Selection

Generated using TypeDoc