(coordDimInfo: CoordDimensionDefinition)
| 174 | } |
| 175 | |
| 176 | function getDataDimCountOnCoordDim(coordDimInfo: CoordDimensionDefinition) { |
| 177 | const dimsDef = coordDimInfo.dimsDef; |
| 178 | return dimsDef ? dimsDef.length : 1; |
| 179 | } |
| 180 | |
| 181 | encodeItemName.length && (encode.itemName = encodeItemName); |
| 182 | encodeSeriesName.length && (encode.seriesName = encodeSeriesName); |
no outgoing calls
no test coverage detected
searching dependent graphs…