Clip the context to the chart price area. Helper for primitives that must not paint over the axes. Call inside a ctx.save() / ctx.restore() pair.
ctx.save()
ctx.restore()
Clip the context to the chart price area. Helper for primitives that must not paint over the axes. Call inside a
ctx.save()/ctx.restore()pair.