Commit 95cad91b by Torkel Ödegaard

Merge pull request #2482 from thuck/influxdb_fill

Including more special options for fill
parents 3d197abf 166a5682
......@@ -138,8 +138,10 @@
</a>
<ul class="dropdown-menu">
<li><a ng-click="target.fill = ''">no fill</a></li>
<li><a ng-click="target.fill = 'null'">fill (null)</a></li>
<li><a ng-click="target.fill = '0'">fill (0)</a></li>
<li><a ng-click="target.fill = 'null'">fill (null)</a></li>
<li><a ng-click="target.fill = 'none'">fill (none)</a></li>
<li><a ng-click="target.fill = 'previous'">fill (previous)</a></li>
</ul>
</li>
</ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment