@datarailsshared/dr_renderer 1.2.225-dragons → 1.2.226-dragons

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.225-dragons",
3
+ "version": "1.2.226-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1490,14 +1490,14 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
1490
1490
  chart_series.push(resultObject);
1491
1491
  chart_series.push(
1492
1492
  {
1493
- name: 'Increase',
1493
+ name: 'Positive',
1494
1494
  visible: false,
1495
1495
  color: waterfallOptions.colors.increase
1496
1496
  });
1497
1497
 
1498
1498
  chart_series.push(
1499
1499
  {
1500
- name: 'Decrease',
1500
+ name: 'Negative',
1501
1501
  visible: false,
1502
1502
  color: waterfallOptions.colors.decrease
1503
1503
  });