@vizzly/dashboard 0.15.0-dev-5340add72ca1772a21000d5cec6eb7dca78ac285 → 0.15.0-dev-8fa9ae1dace2da438332ac92d4860163ef4e9b8c

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.
@@ -4381,7 +4381,7 @@ var CONSTANTS$2 = {
4381
4381
 
4382
4382
  var LineChart$1 = function LineChart(config) {
4383
4383
  return {
4384
- title: 'Line chart V2',
4384
+ title: 'Line chart',
4385
4385
  description: 'Ideal for illustrating changes and trends over time with line graphs.',
4386
4386
  servicesClass: 'LineChart',
4387
4387
  namespace: 'line_chart',
@@ -9734,7 +9734,7 @@ var CONSTANTS$j = {
9734
9734
 
9735
9735
  var BubbleChartV2 = function BubbleChartV2(config) {
9736
9736
  return {
9737
- title: 'Bubble Chart V2',
9737
+ title: 'Bubble chart',
9738
9738
  description: CONSTANTS$j.description,
9739
9739
  servicesClass: 'BubbleChartV2',
9740
9740
  namespace: 'bubble_chart',
@@ -9962,7 +9962,7 @@ var setAttributes$g = (function (config) {
9962
9962
  });
9963
9963
 
9964
9964
  var CONSTANTS$k = {
9965
- title: 'Bar Chart V2',
9965
+ title: 'Bar chart',
9966
9966
  description: 'Ideal for illustrating changes and trends over time with bar graphs.',
9967
9967
  namespace: 'bar_chart',
9968
9968
  data_panel: {
@@ -10141,7 +10141,7 @@ var CONSTANTS$k = {
10141
10141
 
10142
10142
  var BarChart$1 = function BarChart(config) {
10143
10143
  return {
10144
- title: 'Bar chart V2',
10144
+ title: 'Bar chart',
10145
10145
  description: 'Ideal for illustrating changes and trends over time with bar graphs.',
10146
10146
  servicesClass: 'BarChart',
10147
10147
  namespace: 'bar_chart',
@@ -10870,7 +10870,7 @@ var CONSTANTS$m = {
10870
10870
 
10871
10871
  var AreaChart$1 = function AreaChart(config) {
10872
10872
  return {
10873
- title: 'Area chart V2',
10873
+ title: 'Area chart',
10874
10874
  description: 'Ideal for illustrating changes and trends over time with area graphs.',
10875
10875
  servicesClass: 'AreaChart',
10876
10876
  namespace: 'area_chart',
@@ -11090,7 +11090,7 @@ var setAttributes$j = (function (config) {
11090
11090
  });
11091
11091
 
11092
11092
  var CONSTANTS$n = {
11093
- title: 'Combo chart v2',
11093
+ title: 'Combo chart',
11094
11094
  description: 'A versatile component that combines different chart types.',
11095
11095
  namespace: 'combo_chart',
11096
11096
  data_panel: {
@@ -74543,12 +74543,12 @@ var attributesToAiView = function attributesToAiView(dataSet, originalAttributes
74543
74543
  if (attributes.type === 'custom') throw 'Custom views are not supported by Vizzly AI.';
74544
74544
  if (attributes.type === 'funnelChart') throw 'Funnel chart views are not supported by Vizzly AI.';
74545
74545
  if (attributes.type === 'richText') throw 'Rich text views are not supported by Vizzly AI.';
74546
- if (attributes.type === 'lineChartV2') throw 'Line Chart V2 views are not supported by Vizzly AI.';
74546
+ if (attributes.type === 'lineChartV2') throw 'Line Chart views are not supported by Vizzly AI.';
74547
74547
  if (attributes.type === 'bubbleChart') throw 'Bubble Chart views are not supported by Vizzly AI.';
74548
- if (attributes.type === 'bubbleChartV2') throw 'Bubble V2 views are not supported by Vizzly AI.';
74549
- if (attributes.type === 'barChartV2') throw 'Bar Chart V2 views are not supported by Vizzly AI.';
74550
- if (attributes.type === 'comboChartV2') throw 'Combo Chart V2 views are not supported by Vizzly AI.';
74551
- if (attributes.type === 'areaChartV2') throw 'Area Chart V2 views are not supported by Vizzly AI.';
74548
+ if (attributes.type === 'bubbleChartV2') throw 'Bubble Chart views are not supported by Vizzly AI.';
74549
+ if (attributes.type === 'barChartV2') throw 'Bar Chart views are not supported by Vizzly AI.';
74550
+ if (attributes.type === 'comboChartV2') throw 'Combo Chart views are not supported by Vizzly AI.';
74551
+ if (attributes.type === 'areaChartV2') throw 'Area Chart views are not supported by Vizzly AI.';
74552
74552
  if (attributes.type === 'waterfallChart') throw 'Waterfall chart views are not supported by Vizzly AI.';
74553
74553
  if (attributes.type === 'radarChart') throw 'Radar chart views are not supported by Vizzly AI.';
74554
74554
  if (attributes.type === 'sunburstChart') throw 'Waterfall chart views are not supported by Vizzly AI.';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizzly/dashboard",
3
3
  "author": "james@vizzly.co",
4
- "version": "0.15.0-dev-5340add72ca1772a21000d5cec6eb7dca78ac285",
4
+ "version": "0.15.0-dev-8fa9ae1dace2da438332ac92d4860163ef4e9b8c",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "module": "./dist/dashboard.esm.js",