@datarailsshared/dr_renderer 1.2.447 → 1.2.450

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.447",
3
+ "version": "1.2.450",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -7365,7 +7365,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7365
7365
  element_label: 'Version',
7366
7366
  element_sub_title: 'From latest:',
7367
7367
  element_options: [
7368
- { label: 'All time dimesions', value: '' },
7368
+ { label: 'All time dimensions', value: '' },
7369
7369
  { label: 'Submitted', value: 'latest_submitted' },
7370
7370
  { label: 'Most recent time period', value: 'latest_in_last_chronology_date_dimension' },
7371
7371
  {
@@ -7435,7 +7435,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7435
7435
  name: 'Combo Chart ',
7436
7436
  label: 'Combo Chart ',
7437
7437
  title: 'Allows for multiple chart display formats in one widget',
7438
- description: 'For example, Revenue and Cost of goods sold as clomuns, and Gross margin as a line',
7438
+ description: 'For example, Revenue and Cost of goods sold as columns, and Gross margin as a line',
7439
7439
  axisName: 'X - Axis',
7440
7440
  legendName: 'Data series',
7441
7441
  startedMessage: 'To add multiple chart types, click on “Combo Chart Options“. A Secondary Axis is available in this chart',
@@ -7446,7 +7446,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7446
7446
  name: 'Column Combo Chart ',
7447
7447
  label: 'Column Chart',
7448
7448
  title: 'Allows for multiple chart display formats in one widget',
7449
- description: 'For example, Revenue and Cost of goods sold as clomuns, and Gross margin as a line',
7449
+ description: 'For example, Revenue and Cost of goods sold as columns, and Gross margin as a line',
7450
7450
  axisName: 'X - Axis',
7451
7451
  legendName: 'Data series',
7452
7452
  startedMessage: 'To add multiple chart types, click on “Combo Chart Options“. A Secondary Axis is available in this chart.',
@@ -7457,7 +7457,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7457
7457
  name: 'Stacked Column Combo Chart ',
7458
7458
  label: 'Stacked Column',
7459
7459
  title: 'Allows for multiple chart display formats in one widget.',
7460
- description: 'For example, different department stacked clomuns, and average as a line.',
7460
+ description: 'For example, different department stacked columns, and average as a line.',
7461
7461
  axisName: 'X - Axis',
7462
7462
  legendName: 'Data series',
7463
7463
  startedMessage: 'To add multiple chart types, click on “Combo Chart Options“. A Secondary Axis is available in this chart.',