@datarailsshared/dr_renderer 1.4.89 → 1.4.94
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
@@ -7367,6 +7367,12 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
7367
7367
|
value_name: 'formula',
|
7368
7368
|
element_label: 'Formula',
|
7369
7369
|
default_value: 'x2-x1'
|
7370
|
+
},
|
7371
|
+
{
|
7372
|
+
element_type: 'input',
|
7373
|
+
value_name: 'color',
|
7374
|
+
element_label: 'Color',
|
7375
|
+
default_value: ''
|
7370
7376
|
}, {
|
7371
7377
|
element_type: 'radio',
|
7372
7378
|
value_name: 'chart',
|