private void Awake()
 {
     chart = transform.GetComponent <PieChart>();
     chart.ClearData();
 }