The following properties can be passed to the ChartMonitor component:
- theme: Optional; default is 'nicinabox'; can be a string, referring to one of the Redux DevTools Themes (https://github.com/gaearon/redux-devtools-themes) or an object with the same format.
- invertTheme: Optional; default is false; inverts theme color luminance, turning a light theme into a dark theme, and vice versa.
- select: Optional; default is state => state; a function that selects a part of the state for DevTools to show, for example, state => state.posts to only debug posts.
- defaultIsVisible: Optional; default is true; if set to true, the monitor will initially be visible.
- transitionDuration: Optional; default is 750; time for a transition to a new state, ...