export default function overlay(Type) {
  if (!isChart(Type)) {
    Type = createChart(Type, Overlay);
  }