@qrvey/utils 1.11.0-12 → 1.11.0-13

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.
@@ -5,6 +5,7 @@ export interface II18nPanelErrors {
5
5
  continuous_time_limit: string;
6
6
  drilldown_unavailable: string;
7
7
  invalid_data_for_chart: string;
8
+ invalid_data_log_scale: string;
8
9
  longer_available_panel: string;
9
10
  long_text: string;
10
11
  missing_column: string;
@@ -35,7 +35,7 @@ exports.I18N_CHART_BUILDER_GENERAL_OPTIONS = {
35
35
  select_column_placeholder: "Select column",
36
36
  display_values: "Display Values As",
37
37
  display_values_placeholder: "Select aggregate",
38
- display_values_multiples: "When multiples values display",
38
+ display_values_multiples: "When multiple values display",
39
39
  display_values_multiples_placeholder: "Select display Type",
40
40
  values_format: "Values Format",
41
41
  remove: "Remove",
@@ -16,6 +16,7 @@ exports.I18N_PANEL = {
16
16
  continuous_time_limit: "The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Time Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values",
17
17
  drilldown_unavailable: "No data found with drilldown.",
18
18
  invalid_data_for_chart: "No valid data for this chart.",
19
+ invalid_data_log_scale: "The data contains 0 or negative values and cannot be plotted in logarithmic scale.",
19
20
  longer_available_panel: "This panel is no longer available.",
20
21
  long_text: "long-text",
21
22
  max_buckets_limit: "The combination of data used in this chart exceeds the maximum number of aggregation buckets allowed in a single response.<br><br>To fix this issue, try the following:<br>• <i>Filter</i> your data<br>• Apply a <i>Date Grouping</i> that returns less data<br>• Use another chart visualization",
@@ -5,6 +5,7 @@ export interface II18nPanelErrors {
5
5
  continuous_time_limit: string;
6
6
  drilldown_unavailable: string;
7
7
  invalid_data_for_chart: string;
8
+ invalid_data_log_scale: string;
8
9
  longer_available_panel: string;
9
10
  long_text: string;
10
11
  missing_column: string;
@@ -32,7 +32,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
32
32
  select_column_placeholder: "Select column",
33
33
  display_values: "Display Values As",
34
34
  display_values_placeholder: "Select aggregate",
35
- display_values_multiples: "When multiples values display",
35
+ display_values_multiples: "When multiple values display",
36
36
  display_values_multiples_placeholder: "Select display Type",
37
37
  values_format: "Values Format",
38
38
  remove: "Remove",
@@ -13,6 +13,7 @@ export const I18N_PANEL = {
13
13
  continuous_time_limit: "The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Time Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values",
14
14
  drilldown_unavailable: "No data found with drilldown.",
15
15
  invalid_data_for_chart: "No valid data for this chart.",
16
+ invalid_data_log_scale: "The data contains 0 or negative values and cannot be plotted in logarithmic scale.",
16
17
  longer_available_panel: "This panel is no longer available.",
17
18
  long_text: "long-text",
18
19
  max_buckets_limit: "The combination of data used in this chart exceeds the maximum number of aggregation buckets allowed in a single response.<br><br>To fix this issue, try the following:<br>• <i>Filter</i> your data<br>• Apply a <i>Date Grouping</i> that returns less data<br>• Use another chart visualization",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.11.0-12",
3
+ "version": "1.11.0-13",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",