export default function chart(Type) {
  if (!isChart(Type)) {
    Type = createChart(Type, Chart);
  }