@datarailsshared/dr_renderer 1.2.343 → 1.2.344

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.343",
3
+ "version": "1.2.344",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -1731,6 +1731,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
1731
1731
  highchartsRenderer.getVariantSeries = function (series, delta_column_options) {
1732
1732
  const varianceColor = delta_column_options.color || highchartsRenderer.variance_color || Highcharts.getOptions().colors[7];
1733
1733
  series.name = delta_column_options.name.replace('_', '');
1734
+ series.initialName = series.name;
1734
1735
  series.color = varianceColor;
1735
1736
 
1736
1737
  if (delta_column_options.point_click_event) {