<editor-opt-booltext="Percent"model="panel.percentage"change="render()"tip="Stack as a percentage of total"></editor-opt-bool>
<editor-opt-booltext="Percent"model="panel.percentage"change="render()"tip="Stack as a percentage of total"></editor-opt-bool>
<divclass="editor-option"ng-show="panel.stack">
</div>
<labelclass="small">Stacked Values <tip>How should the values in stacked charts to be calculated?</tip></label>
<selectclass="input-small"ng-model="panel.tooltip.value_type"ng-options="f for f in ['cumulative','individual']"ng-change="render()"></select>
</div>
</div>
<divclass="section">
<divclass="section">
...
@@ -55,7 +51,12 @@
...
@@ -55,7 +51,12 @@
<divclass="section">
<divclass="section">
<h5>Tooltip</h5>
<h5>Tooltip</h5>
<divclass="editor-option">
<divclass="editor-option">
<labelclass="small">shared <tip> Show all series values on the same time in the same tooltip and a x croshair to help follow all series</tip></label><inputtype="checkbox"ng-model="panel.tooltip.shared"ng-checked="panel.tooltip.shared"ng-change="render()">
<labelclass="small">shared <tip> Show all series values on the same time in the same tooltip and a x croshair to help follow all series</tip></label>