diff --git a/nodes/ui_chart.html b/nodes/ui_chart.html index 115ba64b..168f5985 100644 --- a/nodes/ui_chart.html +++ b/nodes/ui_chart.html @@ -101,6 +101,16 @@ $("#legend-show").show(); $("#hole-size-show").show(); } + else if ($(this).val() === "polar-area") { + $("#y-axis-show").show(); + $("#legend-show").show(); + $("#hole-size-show").hide(); + } + else if ($(this).val() === "radar") { + $("#y-axis-show").show(); + $("#legend-show").show(); + $("#hole-size-show").hide(); + } else { $("#y-axis-show").show(); $("#hole-size-show").hide();