Closed balwinderstock closed 4 years ago
Thanks, looking forward to it
I was looking for a solution ot this as well and while this is WIP my hack to update the scroll is to reset the chart when I click on it:
add @click.native="onClick" to the main chart comp and
onClick(){
this.$refs.tradingVue.resetChart()
},
@martinval should work already, reseting the chart too often is generally a bad practice.
How to reproduce: From Tests: In Play with DataCube in console [7/15]
Leave the chart for live update, after sometime new bars are created out they get out of visible canvas
Expected: Chart should adjust to show the newest bar