Uploaded image for project: 'Hawkular'
  1. Hawkular
  2. HAWKULAR-779

Chart drag selections that don't handle the 'on' drag selection have a phantom selection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Alpha7
    • 1.0.0.Alpha6
    • User Interface
    • None

      If the chart doesn't handle the time range drag selection via:

      _$scope.$on('ChartTimeRangeChanged', function (event, data)

      { console.info('Received ChartTimeRangeChanged: ' + data[0] + ' - ' + data[1]); $scope.startTimestamp = data[0]; $scope.endTimestamp = data[1]; $scope.refreshChartWithDateRange(); }

      );_
      then it leaves a 'stuck' phantom drag range and doesn't clear it. If the 'on' handler is implemented it 'refreshes' the data and everything proceeds fine.

              mithomps1@redhat.com Mike Thompson (Inactive)
              mithomps1@redhat.com Mike Thompson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: