createChartState method

Implementation

ChartState createChartState() {
  state = createRealState();
  return state;
}