[SSE] Fix Bug 34097.

This commit is contained in:
Julia Radzhabova 2017-03-13 11:16:34 +03:00
parent 606f67eadf
commit 785a1d7efb
3 changed files with 5 additions and 3 deletions

View file

@ -461,7 +461,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="content-block-title"><%= scope.textTickOptions %>Tick Options</div> <div class="content-block-title"><%= scope.textTickOptions %></div>
<div class="list-block"> <div class="list-block">
<ul> <ul>
<li> <li>
@ -480,7 +480,7 @@
<select name="vertical-axis-tick-minor"></select> <select name="vertical-axis-tick-minor"></select>
<div class="item-content"> <div class="item-content">
<div class="item-inner"> <div class="item-inner">
<div class="item-title"><%= scope.textMajorType %></div> <div class="item-title"><%= scope.textMinorType %></div>
<div class="item-after"><%= scope.textNone %></div> <div class="item-after"><%= scope.textNone %></div>
</div> </div>
</div> </div>
@ -596,7 +596,7 @@
<select name="horizontal-axis-tick-minor"></select> <select name="horizontal-axis-tick-minor"></select>
<div class="item-content"> <div class="item-content">
<div class="item-inner"> <div class="item-inner">
<div class="item-title"><%= scope.textMajorType %></div> <div class="item-title"><%= scope.textMinorType %></div>
<div class="item-after"><%= scope.textNone %></div> <div class="item-after"><%= scope.textNone %></div>
</div> </div>
</div> </div>

View file

@ -259,6 +259,7 @@ define([
textValReverseOrder: 'Values in Reverse Order', textValReverseOrder: 'Values in Reverse Order',
textTickOptions: 'Tick Options', textTickOptions: 'Tick Options',
textMajorType: 'Major Type', textMajorType: 'Major Type',
textMinorType: 'Minor Type',
textLabelOptions: 'Label Options', textLabelOptions: 'Label Options',
textLabelPos: 'Label Position', textLabelPos: 'Label Position',
textAxisPosition: 'Axis Position', textAxisPosition: 'Axis Position',

View file

@ -326,6 +326,7 @@
"SSE.Views.EditChart.textMajorType": "Major Type", "SSE.Views.EditChart.textMajorType": "Major Type",
"SSE.Views.EditChart.textMaxValue": "Maximum Value", "SSE.Views.EditChart.textMaxValue": "Maximum Value",
"SSE.Views.EditChart.textMinor": "Minor", "SSE.Views.EditChart.textMinor": "Minor",
"SSE.Views.EditChart.textMinorType": "Minor Type",
"SSE.Views.EditChart.textMinValue": "Minimum Value", "SSE.Views.EditChart.textMinValue": "Minimum Value",
"SSE.Views.EditChart.textNone": "None", "SSE.Views.EditChart.textNone": "None",
"SSE.Views.EditChart.textNoOverlay": "No Overlay", "SSE.Views.EditChart.textNoOverlay": "No Overlay",