diff options
author | serxa <serxa@yandex-team.ru> | 2022-02-10 16:49:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:08 +0300 |
commit | e5d4696304c6689379ac7ce334512404d4b7836c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/lwtrace/mon/static/analytics.gantt.html | |
parent | d6d7db348c2cc64e71243cab9940ee6778f4317d (diff) | |
download | ydb-e5d4696304c6689379ac7ce334512404d4b7836c.tar.gz |
Restoring authorship annotation for <serxa@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/lwtrace/mon/static/analytics.gantt.html')
-rw-r--r-- | library/cpp/lwtrace/mon/static/analytics.gantt.html | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/library/cpp/lwtrace/mon/static/analytics.gantt.html b/library/cpp/lwtrace/mon/static/analytics.gantt.html index 9b846510c9..cf41008900 100644 --- a/library/cpp/lwtrace/mon/static/analytics.gantt.html +++ b/library/cpp/lwtrace/mon/static/analytics.gantt.html @@ -1,26 +1,26 @@ -<div id="placeholder" class="chart-placeholder"></div> - -<div class="form-group"><label class="col-sm-1 control-label" for="textareaGantt">Config</label> - <div class="col-sm-11"> - <textarea class="form-control" id="textareaGantt" name="gantt" rows="5"> -{ - "bands": [ - { - "t1": "_thrRTime[0]", - "t2": "_thrRTime[-1]", - "band": "_thread", - "color": "1", - "colorScale": "colors1" - } - ], - "scales": { - "colors1": "linear().domain([-1,0,1]).range(['red','black','green'])", - "colors2": "ordinal().domain(['VALUE1','VALUE2']).range(['blue','yellow'])" - } -} - </textarea> - </div> -</div> -<div class="form-group"> - <div class="col-sm-offset-1 col-sm-11"><button class="btn btn-default" id="gantt-apply">Apply</button></div> -</div> +<div id="placeholder" class="chart-placeholder"></div> + +<div class="form-group"><label class="col-sm-1 control-label" for="textareaGantt">Config</label> + <div class="col-sm-11"> + <textarea class="form-control" id="textareaGantt" name="gantt" rows="5"> +{ + "bands": [ + { + "t1": "_thrRTime[0]", + "t2": "_thrRTime[-1]", + "band": "_thread", + "color": "1", + "colorScale": "colors1" + } + ], + "scales": { + "colors1": "linear().domain([-1,0,1]).range(['red','black','green'])", + "colors2": "ordinal().domain(['VALUE1','VALUE2']).range(['blue','yellow'])" + } +} + </textarea> + </div> +</div> +<div class="form-group"> + <div class="col-sm-offset-1 col-sm-11"><button class="btn btn-default" id="gantt-apply">Apply</button></div> +</div> |