mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
[SSE] Fix Bug 34097.
This commit is contained in:
@ -461,7 +461,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content-block-title"><%= scope.textTickOptions %>Tick Options</div>
|
||||
<div class="content-block-title"><%= scope.textTickOptions %></div>
|
||||
<div class="list-block">
|
||||
<ul>
|
||||
<li>
|
||||
@ -480,7 +480,7 @@
|
||||
<select name="vertical-axis-tick-minor"></select>
|
||||
<div class="item-content">
|
||||
<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>
|
||||
</div>
|
||||
@ -596,7 +596,7 @@
|
||||
<select name="horizontal-axis-tick-minor"></select>
|
||||
<div class="item-content">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
@ -259,6 +259,7 @@ define([
|
||||
textValReverseOrder: 'Values in Reverse Order',
|
||||
textTickOptions: 'Tick Options',
|
||||
textMajorType: 'Major Type',
|
||||
textMinorType: 'Minor Type',
|
||||
textLabelOptions: 'Label Options',
|
||||
textLabelPos: 'Label Position',
|
||||
textAxisPosition: 'Axis Position',
|
||||
|
||||
@ -326,6 +326,7 @@
|
||||
"SSE.Views.EditChart.textMajorType": "Major Type",
|
||||
"SSE.Views.EditChart.textMaxValue": "Maximum Value",
|
||||
"SSE.Views.EditChart.textMinor": "Minor",
|
||||
"SSE.Views.EditChart.textMinorType": "Minor Type",
|
||||
"SSE.Views.EditChart.textMinValue": "Minimum Value",
|
||||
"SSE.Views.EditChart.textNone": "None",
|
||||
"SSE.Views.EditChart.textNoOverlay": "No Overlay",
|
||||
|
||||
Reference in New Issue
Block a user