@datarailsshared/dr_renderer 1.2.330 → 1.2.331
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
@@ -3448,10 +3448,13 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
3448
3448
|
}
|
3449
3449
|
return "";
|
3450
3450
|
},
|
3451
|
-
style:
|
3452
|
-
|
3453
|
-
|
3454
|
-
|
3451
|
+
style: lodash.merge(
|
3452
|
+
highchartsRenderer.getDataLabelsStyle(additionOptions),
|
3453
|
+
{
|
3454
|
+
fontWeight: 'normal',
|
3455
|
+
color: (highchartsRenderer.highcharts_theme && highchartsRenderer.highcharts_theme.textColor) || 'gray'
|
3456
|
+
}
|
3457
|
+
),
|
3455
3458
|
},
|
3456
3459
|
labels: {
|
3457
3460
|
formatter: highchartsRenderer.defaultValueLabelsFormatter(pivotData, opts)
|