feat(graph): more work on graph panel and support for non time series

This commit is contained in:
Torkel Ödegaard
2016-09-24 13:08:58 +02:00
parent cd270f14a2
commit 5682520603
6 changed files with 134 additions and 90 deletions

View File

@@ -180,6 +180,7 @@ function (_, $, coreModule) {
value: option ? option.text : value,
selectMode: attrs.selectMode,
};
return uiSegmentSrv.newSegment(segment);
};