Nikita TMM

Results 32 comments of Nikita TMM

Also looking for this option. Splitting routes by tags will be ideal solution

@ubogdan How to tell swag what he should include. Currently I'm using 2 routes per 1 endpoint if it accessible publicly and internally. But it's generate way too many rows...

@ubogdan thank you. I understand the approach but it looks like the overhead is huge. Firstly there is no any separation inside our code base. All the code is the...

@arunavo4 did you found a solution for this? I want to disable default tool or overwrite it

Found the way: ``` this.chart = new DataCube({.....}) this.chart.data.tools.splice(1,3) // remove default line tools ```

Great! Thank you and Merry Christmas!

![bug](https://user-images.githubusercontent.com/70148117/104921571-cda5de00-5999-11eb-8190-74b03525c041.png) second axis will eliminate problem like this in indicators as well

Same problem. Do you find solution @kempsteven ?

@mjzarrin where do you put this code? I have this problem when adding a new indicator, not on initial load.

@Swoorup nope, the error not about missing TF but not able to get chart ref because its undefined. I found my problem. I was using v-if on TradingView component while...