* A map from the feature selected for the rows and columns to the FeatureSizes * associated with that feature. Generated/used in `this.configFacets()`.
| 69 | * associated with that feature. Generated/used in `this.configFacets()`. |
| 70 | */ |
| 71 | interface GroupFeaturesSizes { |
| 72 | columns: FeatureSizes; |
| 73 | rows: FeatureSizes; |
| 74 | } |
| 75 | |
| 76 | /** Position in Megaplot's 2D space. */ |
| 77 | interface Position2D { |
nothing calls this directly
no outgoing calls
no test coverage detected