xiaolin3303 / wx-charts

微信小程序图表库,Charts for WeChat Mini Program
MIT License
4.9k stars 1.68k forks source link

it do not work in Comopnent #220

Open puchunjie opened 6 years ago

puchunjie commented 6 years ago

i instantiation it in 'ready' cycle,But it doesn't work properly。 in 'Page' It's normal.

cougarwww commented 6 years ago

when new wxCharts add a new arg like : componentInstance: this,

wecharts line 1856 like this
this.context = wx.createCanvasContext(opts.canvasId, opts.componentInstance);