We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d8180f + 3b21e9f commit 39bb9ceCopy full SHA for 39bb9ce
public/app/plugins/panel/graph/axisEditor.html
@@ -181,7 +181,7 @@
181
<li class="tight-form-item">
182
<editor-checkbox text="Right side" model="ctrl.panel.legend.rightSide" change="ctrl.render()"></editor-checkbox>
183
</li>
184
- <li ng-if="panel.legend.rightSide" class="tight-form-item">
+ <li ng-if="ctrl.panel.legend.rightSide" class="tight-form-item">
185
Side width
186
187
<li ng-if="ctrl.panel.legend.rightSide" style="width: 105px">
0 commit comments