@datarailsshared/dr_renderer 1.2.106 → 1.2.107
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
|
@@ -334,7 +334,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
334
334
|
return value.options.widgetId === graphId;
|
|
335
335
|
});
|
|
336
336
|
}
|
|
337
|
-
|
|
337
|
+
|
|
338
338
|
if (!chart) return;
|
|
339
339
|
|
|
340
340
|
/*if(chart.title && chart.title.textStr){
|
|
@@ -4493,6 +4493,8 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
4493
4493
|
});
|
|
4494
4494
|
}
|
|
4495
4495
|
|
|
4496
|
+
field.category = lodash.map(field.category, category => highchartsRenderer.decodeFunc(category));
|
|
4497
|
+
|
|
4496
4498
|
if (field.usage_info && field.usage_info.data_info && field.usage_info.data_info.samples) {
|
|
4497
4499
|
let fieldSamples = [];
|
|
4498
4500
|
lodash.forEach(field.usage_info.data_info.samples, function(sample) {
|