@vizzly/dashboard 0.15.0-dev-55c3769ab940ad57ce4822832be2246df1edb9e3 → 0.15.0-dev-df6a888afc7272341aed2da83a5290bca83e406b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15483,8 +15483,6 @@ var init$b = function init(overrides, includeComponentTypes, excludeComponentTyp
15483
15483
  var temporaryExcludedComponentTypes = [];
15484
15484
  // TODO: Remove this once RichText is supported in the UI
15485
15485
  temporaryExcludedComponentTypes.push('richText');
15486
- // TODO: Remove this once representation charts (aka v2 charts) are finished and working as expected
15487
- temporaryExcludedComponentTypes.push('areaChartV2', 'barChartV2', 'bubbleChartV2', 'comboChartV2', 'lineChartV2', 'radarChart', 'waterfallChart');
15488
15486
  var allowedView = filterIncludedAndExcludedViews(ALL_VIZZLY_COMPONENT_TYPES, includeComponentTypes, excludeComponentTypes ? [].concat(excludeComponentTypes, temporaryExcludedComponentTypes) : [].concat(temporaryExcludedComponentTypes));
15489
15487
  return allowedView.filter(function (view) {
15490
15488
  var hasSupportForPreAggregatedDataSets = !!getComponentInterface(view).setDataAttributesFromPreAggregatedDataSet;