@datarailsshared/dr_renderer 1.2.346 → 1.2.347
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
@@ -3498,7 +3498,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
3498
3498
|
color: lodash.get(additionOptions, `${ highchartsRenderer.getLabelOptionKey(additionOptions) }.font_color`)
|
3499
3499
|
|| LABEL_DEFAULT_OPTIONS.color,
|
3500
3500
|
},
|
3501
|
-
highchartsRenderer.getDataLabelsStyle(additionOptions)
|
3501
|
+
highchartsRenderer.getDataLabelsStyle(additionOptions)
|
3502
3502
|
),
|
3503
3503
|
},
|
3504
3504
|
labels: {
|