zz-chart
Version:
Alauda Chart components by Alauda Frontend Team
21 lines • 423 B
JavaScript
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: 4,
height: 4,
borderRadius: '50%',
},
});
//# sourceMappingURL=styles.js.map