mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Update the tab name.
This commit is contained in:
parent
ca1b8f2047
commit
90d642fbe2
@ -12,8 +12,8 @@
|
|||||||
<li ng-class="{active: currentTab == 'series'}" ng-if="options.globalSeriesType != 'custom'">
|
<li ng-class="{active: currentTab == 'series'}" ng-if="options.globalSeriesType != 'custom'">
|
||||||
<a ng-click="changeTab('series')">Series</a>
|
<a ng-click="changeTab('series')">Series</a>
|
||||||
</li>
|
</li>
|
||||||
<li ng-class="{active: currentTab == 'appearance'}" ng-if="options.globalSeriesType != 'custom'">
|
<li ng-class="{active: currentTab == 'dataLabels'}" ng-if="options.globalSeriesType != 'custom'">
|
||||||
<a ng-click="changeTab('appearance')">Appearance</a>
|
<a ng-click="changeTab('dataLabels')">Data Labels</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div ng-if="currentTab == 'general'" class="m-t-10 m-b-10">
|
<div ng-if="currentTab == 'general'" class="m-t-10 m-b-10">
|
||||||
@ -281,7 +281,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div ng-if="currentTab == 'appearance'" class="m-t-10 m-b-10">
|
<div ng-if="currentTab == 'dataLabels'" class="m-t-10 m-b-10">
|
||||||
<div ng-if="['line', 'area', 'column', 'scatter', 'pie'].indexOf(options.globalSeriesType) >= 0" class="checkbox">
|
<div ng-if="['line', 'area', 'column', 'scatter', 'pie'].indexOf(options.globalSeriesType) >= 0" class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" ng-model="options.showDataLabels"> Show Data Labels</label>
|
<input type="checkbox" ng-model="options.showDataLabels"> Show Data Labels</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user