trading-vue-js
trading-vue-js copied to clipboard
Small changes to UX
scroll to start or end of graph by pressing right or left arrow key. get the timestamp of candle by ctrl+click. show any range of graph (user changeable) when it first loads
Nice, but I'd move the additional code to a mixin (can be placed in src/mixins
) to keep the basic app clean & simple.