Skip to content Skip to sidebar Skip to footer

Put Title Above Slider In D3 Svg Element

Consider the following: I would like the title to be above the slider in this. My understanding for why this isn't working is because the slider is in a div completely separate fr

Solution 1:

Here's your options:

  • Use a forigenObject svg node to insert your html slider but this is poorly supported under IE.
  • Remove the title from your svg make it html.
  • Create an svg slider like here.

Post a Comment for "Put Title Above Slider In D3 Svg Element"