Пример #1
0
  @Override
  protected void onAttach() {
    super.onAttach();

    // (re) attaching charts needs re-rendering
    if (_timelineDefinition != null && _timelineData != null) {
      setLoading();
      renderChart();
    }
  }