placement, line drawing, and price display fixes (inverted test)
This commit is contained in:
@@ -202,7 +202,7 @@ export class Shape {
|
||||
|
||||
doCreate(points, props, options={}) {
|
||||
// createShape(this.type, this.points, {overrides:this.props}, new ShapeTVCallbacks(this))
|
||||
options = {...options}
|
||||
options = mixin(options, this.drawingOverrides())
|
||||
options['overrides'] = props
|
||||
this.tvPoints = pointsToTvOhlcStart(points)
|
||||
this.tvCallbacks = new ShapeTVCallbacks(this);
|
||||
|
||||
Reference in New Issue
Block a user