where to put extra html and css
-
My visualization has following structure (all in one file):
<style> .... </style> <div id="container"> <svg> // custom drawn svg icons </svg> </div> <script> // d3 viz javascript </script>If I paste it into WP-D3 Chart manager the code breaks
Is there any way where I can put custom styles, and svg xml?It seems like the plugin is trying to wrap everything into <script> block
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘where to put extra html and css’ is closed to new replies.