UNPKG

@postlight/react-google-sheet-to-chart

Version:
18 lines (16 loc) 292 B
// predefined chart options for pie charts const options = { responsive: true, maintainAspectRatio: false, circumference: 360, rotation: -90, plugins: { title: { display: true, text: '', fontSize: 20, padding: 20, }, }, }; export default options;