(subStyleSetting)
| 1132 | } |
| 1133 | |
| 1134 | _isLinear(subStyleSetting) { |
| 1135 | return subStyleSetting.type === 'linear'; |
| 1136 | } |
| 1137 | |
| 1138 | _getLegendStyleType({ styleField, currentType, custom, interpolateInfo }) { |
| 1139 | if (['unique', 'linear'].includes(currentType)) { |
no outgoing calls
no test coverage detected