Hi, is it possible to zoom some specific range in timelion chart? I have such a chart:
<.es(index = nebula, timefield=CreationDate, metric=sum:SettlementAmount).cusum().subtract(.es(index = nebula,timefield=ReleaseDate, metric=sum:SettlementAmount).cusum()).label("Risk").color(darkred)/>
When I want to zoom some specific time range, the chart is calculated from scratch and values from the whole date range are not calculated. I need only to look closer at the specific values. If it is impossible in timelion can I create such a chart in different syntax?