I used a combination of css a javascript to remove the titlebar. I'm sure there is a better way as there still is a 0.1em title bar in generated code. To take it further maybe pass a blank dockedItem...
Type: Posts; User: pannonij
I used a combination of css a javascript to remove the titlebar. I'm sure there is a better way as there still is a 0.1em title bar in generated code. To take it further maybe pass a blank dockedItem...
I had to change the radius inside touch-chart.js
//r.radius = Math.min(d - G.x, c - G.y);
r.radius = 315;