diff --git a/caravel/config.py b/caravel/config.py index 1617e27680447..609006703742f 100644 --- a/caravel/config.py +++ b/caravel/config.py @@ -128,8 +128,8 @@ VIZ_TYPES = { 'table': True, - 'pivot_table': False, - 'markup': False, + 'pivot_table': True, + 'markup': True, 'word_cloud': True, 'treemap': True, 'box_plot': True,