UNPKG

zz-chart

Version:

Alauda Chart components by Alauda Frontend Team

21 lines 425 B
import { StyleSheet } from 'aphrodite/no-important.js'; export const symbolStyle = StyleSheet.create({ symbol: { display: 'inline-block', marginRight: 4, }, line: { width: 12, height: 2, }, square: { width: 12, height: 12, }, circle: { width: 12, height: 12, borderRadius: '50%', }, }); //# sourceMappingURL=styles.js.map