Chart constructor

Chart(
  1. Element container
)

Implementation

Chart(this.container) {
  axis = Axis(this);
}