@datarailsshared/dr_renderer 1.2.131 → 1.2.132
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
|
@@ -6057,7 +6057,8 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
|
|
|
6057
6057
|
element_type: 'input',
|
|
6058
6058
|
value_name: 'label_step',
|
|
6059
6059
|
element_label: 'Label step',
|
|
6060
|
-
default_value: null
|
|
6060
|
+
default_value: null,
|
|
6061
|
+
label_tooltip: 'Show indicators at custom numeric interval'
|
|
6061
6062
|
},
|
|
6062
6063
|
{
|
|
6063
6064
|
element_type: 'checkbox',
|