@vizzly/dashboard 0.15.0-dev-5e07d50132303e93a31030ec29ea7a18de5d4c24 → 0.15.0-dev-c78b44961aa51b9a143275c88d1b9904262a35f6
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.
|
@@ -4390,7 +4390,7 @@ var CONSTANTS$2 = {
|
|
|
4390
4390
|
|
|
4391
4391
|
var LineChart$1 = function LineChart(config) {
|
|
4392
4392
|
return {
|
|
4393
|
-
title: 'Line chart
|
|
4393
|
+
title: 'Line chart',
|
|
4394
4394
|
description: 'Ideal for illustrating changes and trends over time with line graphs.',
|
|
4395
4395
|
servicesClass: 'LineChart',
|
|
4396
4396
|
namespace: 'line_chart',
|
|
@@ -9743,7 +9743,7 @@ var CONSTANTS$j = {
|
|
|
9743
9743
|
|
|
9744
9744
|
var BubbleChartV2 = function BubbleChartV2(config) {
|
|
9745
9745
|
return {
|
|
9746
|
-
title: 'Bubble
|
|
9746
|
+
title: 'Bubble chart',
|
|
9747
9747
|
description: CONSTANTS$j.description,
|
|
9748
9748
|
servicesClass: 'BubbleChartV2',
|
|
9749
9749
|
namespace: 'bubble_chart',
|
|
@@ -9971,7 +9971,7 @@ var setAttributes$g = (function (config) {
|
|
|
9971
9971
|
});
|
|
9972
9972
|
|
|
9973
9973
|
var CONSTANTS$k = {
|
|
9974
|
-
title: 'Bar
|
|
9974
|
+
title: 'Bar chart',
|
|
9975
9975
|
description: 'Ideal for illustrating changes and trends over time with bar graphs.',
|
|
9976
9976
|
namespace: 'bar_chart',
|
|
9977
9977
|
data_panel: {
|
|
@@ -10150,7 +10150,7 @@ var CONSTANTS$k = {
|
|
|
10150
10150
|
|
|
10151
10151
|
var BarChart$1 = function BarChart(config) {
|
|
10152
10152
|
return {
|
|
10153
|
-
title: 'Bar chart
|
|
10153
|
+
title: 'Bar chart',
|
|
10154
10154
|
description: 'Ideal for illustrating changes and trends over time with bar graphs.',
|
|
10155
10155
|
servicesClass: 'BarChart',
|
|
10156
10156
|
namespace: 'bar_chart',
|
|
@@ -10879,7 +10879,7 @@ var CONSTANTS$m = {
|
|
|
10879
10879
|
|
|
10880
10880
|
var AreaChart$1 = function AreaChart(config) {
|
|
10881
10881
|
return {
|
|
10882
|
-
title: 'Area chart
|
|
10882
|
+
title: 'Area chart',
|
|
10883
10883
|
description: 'Ideal for illustrating changes and trends over time with area graphs.',
|
|
10884
10884
|
servicesClass: 'AreaChart',
|
|
10885
10885
|
namespace: 'area_chart',
|
|
@@ -11099,7 +11099,7 @@ var setAttributes$j = (function (config) {
|
|
|
11099
11099
|
});
|
|
11100
11100
|
|
|
11101
11101
|
var CONSTANTS$n = {
|
|
11102
|
-
title: 'Combo chart
|
|
11102
|
+
title: 'Combo chart',
|
|
11103
11103
|
description: 'A versatile component that combines different chart types.',
|
|
11104
11104
|
namespace: 'combo_chart',
|
|
11105
11105
|
data_panel: {
|
|
@@ -74485,12 +74485,12 @@ var attributesToAiView = function attributesToAiView(dataSet, originalAttributes
|
|
|
74485
74485
|
if (attributes.type === 'custom') throw 'Custom views are not supported by Vizzly AI.';
|
|
74486
74486
|
if (attributes.type === 'funnelChart') throw 'Funnel chart views are not supported by Vizzly AI.';
|
|
74487
74487
|
if (attributes.type === 'richText') throw 'Rich text views are not supported by Vizzly AI.';
|
|
74488
|
-
if (attributes.type === 'lineChartV2') throw 'Line Chart
|
|
74488
|
+
if (attributes.type === 'lineChartV2') throw 'Line Chart views are not supported by Vizzly AI.';
|
|
74489
74489
|
if (attributes.type === 'bubbleChart') throw 'Bubble Chart views are not supported by Vizzly AI.';
|
|
74490
|
-
if (attributes.type === 'bubbleChartV2') throw 'Bubble
|
|
74491
|
-
if (attributes.type === 'barChartV2') throw 'Bar Chart
|
|
74492
|
-
if (attributes.type === 'comboChartV2') throw 'Combo Chart
|
|
74493
|
-
if (attributes.type === 'areaChartV2') throw 'Area Chart
|
|
74490
|
+
if (attributes.type === 'bubbleChartV2') throw 'Bubble Chart views are not supported by Vizzly AI.';
|
|
74491
|
+
if (attributes.type === 'barChartV2') throw 'Bar Chart views are not supported by Vizzly AI.';
|
|
74492
|
+
if (attributes.type === 'comboChartV2') throw 'Combo Chart views are not supported by Vizzly AI.';
|
|
74493
|
+
if (attributes.type === 'areaChartV2') throw 'Area Chart views are not supported by Vizzly AI.';
|
|
74494
74494
|
if (attributes.type === 'waterfallChart') throw 'Waterfall chart views are not supported by Vizzly AI.';
|
|
74495
74495
|
if (attributes.type === 'radarChart') throw 'Radar chart views are not supported by Vizzly AI.';
|
|
74496
74496
|
if (attributes.type === 'sunburstChart') throw 'Waterfall chart views are not supported by Vizzly AI.';
|