(styleField, value, simpleStyle)
| 1214 | } |
| 1215 | |
| 1216 | _getSettingStyle(styleField, value, simpleStyle) { |
| 1217 | const itemStyle = Object.assign({}, simpleStyle); |
| 1218 | itemStyle[styleField] = value; |
| 1219 | return itemStyle; |
| 1220 | } |
| 1221 | |
| 1222 | _parseLegendtyle({ legendRenderType, customValue }) { |
| 1223 | const cssStyle = { ...LEGEND_CSS_DEFAULT[legendRenderType] }; |
no outgoing calls
no test coverage detected