Type alias Theme

Theme: "day" | "night" | "none"

ChartIQ theme.

Example

import { ChartIQ } from 'react-native-chartiq';
ChartIQ.setTheme('day');

Generated using TypeDoc