could we be more specific about the shape here? I can't quite figure out what 
groups is from the code, seems like an array based on [this 
line](https://github.com/apache/incubator-superset/pull/5762/files#diff-34f99612972b2818167471a47a5559acR140)

`{ my_metric: [ { group: [array of something?] values: [number, number] } ] }`

```javascript
PropTypes.objectOf(
  PropTypes.arrayOf(
    PropTypes.shape({ 
      group: PropTypes.arrayOf(??), 
      values: PropTypes.arrayOf(PropTypes.number), 
    }),
  ),
)
```

[ Full content available at: 
https://github.com/apache/incubator-superset/pull/5762 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to