init method

void init()

Implementation

void init() {
  _initComponent();
  _initTitle();
  _initChart();
  _attach();
}