mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
testing, testing, 1, 2, 3
This commit is contained in:
parent
7b8f0b2c5b
commit
5a058b0d82
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ define(function (require) {
|
|||
});
|
||||
|
||||
$scope.$watch('data', function (data) {
|
||||
if (!_.isUndefined(data)) {
|
||||
if (data != null) {
|
||||
myChart.render(data);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue