Hi, I'm facing a problem. Kendo Chart uses svg to draw charts and it's easy to create a new chart from a <div> element. Now, I want to put a new Chart or Gauge inside an svg (or maybe inside a <g></g> tag inside the svg) like <div>. I've tried but with no success.