Update visual_console_builder.editor.js

This commit is contained in:
Enrique Camargo 2017-11-15 16:05:34 +01:00
parent 4eae50f0f1
commit 02670bef03
1 changed files with 5 additions and 0 deletions

View File

@ -1616,6 +1616,11 @@ function cleanFields(item) {
$("input[name='fill_color']").val('#ffffff');
$("input[name='line_width']").val(3);
$("input[name='line_color']").val('#000000');
$("select[name=type_percentile]").val('');
$("input[name=percentile_color]").val('');
$("input[name=percentile_label_color]").val('');
$("input[name=percentile_label]").val('');
$(".ColorPickerDivSample").css('background-color', '#FFF');
$("input[name=show_on_top]").prop("checked", false);