diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue
index 458e5e2a37..9d659658f8 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue
@@ -1278,7 +1278,11 @@ onMounted(() => {
{{ t('chart.circle') }}
-
+
{
class="form-item margin-bottom-8"
:class="'form-item-' + themes"
:label="t('chart.radar_point_size')"
+ v-if="showProperty('radarPointSize')"
>
{
@change="changeBasicStyle('radarPointSize')"
/>
-
+
{
'linkage'
]
propertyInner: EditorPropertyInner = {
- 'basic-style-selector': ['colors', 'alpha', 'radarShape', 'seriesColor'],
+ 'basic-style-selector': [
+ 'colors',
+ 'alpha',
+ 'radarShape',
+ 'seriesColor',
+ 'radarShowPoint',
+ 'radarPointSize',
+ 'radarAreaColor'
+ ],
'label-selector': ['seriesLabelFormatter'],
'tooltip-selector': ['color', 'fontSize', 'backgroundColor', 'seriesTooltipFormatter', 'show'],
'misc-style-selector': ['showName', 'color', 'fontSize', 'axisColor', 'axisValue'],