diff --git a/ui-level.html b/ui-level.html index 9721160..5164671 100644 --- a/ui-level.html +++ b/ui-level.html @@ -68,6 +68,7 @@ textAnimations: { value: false }, hideValue: { value: false }, tickmode: { value: 'off' }, + minmaxticks: { value: 'show' }, peakmode: { value: false }, peaktime: { value: 3000, required: false, validate: function (v) { @@ -122,6 +123,10 @@ this.tickmode = 'off'; $('#node-input-tickmode').val('off'); } + if (this.minmaxticks === undefined) { + this.minmaxticks = 'show'; + $('#node-input-minmaxticks').val('show'); + } if (this.colorschema === undefined) { this.colorschema = fixed; $('#node-input-colorschema').val('Multiple segments'); @@ -357,6 +362,13 @@ +
+ + +