@@ -1083,6 +1083,71 @@ Value range: [0, 1].
10831083) }}
10841084
10851085
1086+ #${prefix} ${hostName}${symbolDeclare}compoundPath(Object)
1087+
1088+ The union of multiple elements.
1089+
1090+ {{ use: partial-graphic-cpt-common-props(
1091+ type = 'compoundPath',
1092+ prefix = ${prefix},
1093+ optionPath = ${optionPath},
1094+ usageType = ${usageType},
1095+ hostName = ${hostName},
1096+ enableMorph = true,
1097+ symbolVisit = ${symbolVisit},
1098+ symbolDeclare = ${symbolDeclare}
1099+ ) }}
1100+
1101+ ##${prefix} shape(Object)
1102+
1103+ ###${prefix} paths(Array)
1104+
1105+ Array of elements, each of which can be a path/rect/circle/...
1106+
1107+ {{ use: partial-graphic-cpt-sub-prop-transition(
1108+ prefix = ${prefix},
1109+ hostProp = 'shape',
1110+ optionPath = ${optionPath},
1111+ usageType = ${usageType},
1112+ hostName = ${hostName},
1113+ symbolVisit = ${symbolVisit},
1114+ symbolDeclare = ${symbolDeclare}
1115+ ) }}
1116+
1117+ ##${prefix} style(Object)
1118+
1119+ {{ use: partial-graphic-cpt-style-prop-common(
1120+ prefix = ${prefix},
1121+ optionPath = ${optionPath},
1122+ usageType = ${usageType},
1123+ hostName = ${hostName},
1124+ symbolVisit = ${symbolVisit},
1125+ symbolDeclare = ${symbolDeclare}
1126+ ) }}
1127+
1128+ {{ use: partial-graphic-cpt-focus-blur(
1129+ prefix = ${prefix}
1130+ ) }}
1131+
1132+ {{ use: partial-graphic-cpt-style-emphasis(
1133+ prefix = ${prefix},
1134+ optionPath = ${optionPath},
1135+ usageType = ${usageType},
1136+ hostName = ${hostName},
1137+ symbolVisit = ${symbolVisit},
1138+ symbolDeclare = ${symbolDeclare}
1139+ ) }}
1140+
1141+ {{ use: partial-graphic-cpt-event-handlers(
1142+ prefix = ${prefix},
1143+ optionPath = ${optionPath},
1144+ usageType = ${usageType},
1145+ hostName = ${hostName},
1146+ symbolVisit = ${symbolVisit},
1147+ symbolDeclare = ${symbolDeclare}
1148+ ) }}
1149+
1150+
10861151
10871152{{ target: partial-graphic-cpt-common-props }}
10881153
@@ -1396,6 +1461,12 @@ chart.on('click', function (params) {
13961461
13971462Whether response to mouse events / touch events.
13981463
1464+ {{ if: ${usageType } === 'customSeries' }}
1465+ {{ use: partial-custom-series-tooltipDisabled(
1466+ prefix = ${prefix }
1467+ ) }}
1468+ {{ /if }}
1469+
13991470{{ if: ${type } !== 'group' }}
14001471##${prefix } invisible(boolean) = false
14011472
@@ -1993,10 +2064,23 @@ Same to [style](~${optionPath}.${hostName}${symbolVisit}polygon.style).
19932064[line](~${optionPath }.${hostName }${symbolVisit }line),
19942065[bezierCurve](~${optionPath }.${hostName }${symbolVisit }bezierCurve),
19952066[arc](~${optionPath }.${hostName }${symbolVisit }arc),
2067+ [compoundPath](~${optionPath }.${hostName }${symbolVisit }compoundPath),
19962068[group](~${optionPath }.${hostName }${symbolVisit }group),
19972069
19982070
19992071
2072+ {{ target: partial-custom-series-tooltipDisabled }}
2073+
2074+ ##${prefix } tooltipDisabled(boolean) = false
2075+
2076+ Whether disable triggering tooltip.
2077+
2078+ {{ use: partial-version(
2079+ version = '6.0.0'
2080+ ) }}
2081+
2082+
2083+
20002084{{ target: partial-custom-series-extra }}
20012085
20022086##${prefix } extra(Object)
0 commit comments