still can't quite tell what group is:

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

```javascript
  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