Umut Canbolat
Umut Canbolat
Introduces `skip-cleanup` param to be able to skip the initial cleanup. The default value is false. resolves #250
Hello! First of all thanks for this tool. It's helpful. I would like to add the possibility to skip the initial cleanup by introducing `--skip-cleanup` param. When I do the...
### What problem does this feature solve? When user uses slider to zoom the chart, the event triggered does not have parameters `startValue` and `endValue`. It only has `start` and...