# Maps short string names to classes for library adapters.
Epoch._typeMap =
  'area': Epoch.Chart.Area
  'bar': Epoch.Chart.Bar
  'line': Epoch.Chart.Line
  'pie': Epoch.Chart.Pie
  'scatter': Epoch.Chart.Scatter
  'histogram': Epoch.Chart.Histogram
  'time.area': Epoch.Time.Area
  'time.bar': Epoch.Time.Bar
  'time.line': Epoch.Time.Line
  'time.gauge': Epoch.Time.Gauge
  'time.heatmap': Epoch.Time.Heatmap
