I noticed a lot of "internal" keywords on Razden chart components. How can I create my own series? For example, I have a timeline of special events which I need a custom SVG to draw and I need mouse over, tooltips and etc...
When I try to inherit from CartesianSeries this has internals to RazDen chart. My goal is to get into a render loop and get mouse interactions.
Is there an example of someone who extended a series or leveraged the SVG render options beyond the Razden library to build a custom series?