Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. var Options = {
  2. title: 'Demo',
  3. isStacked: true,
  4. pieHole: 0.4,
  5. sliceVisibilityThreshold:0,
  6. colors: ['#c1c1c1','#0074AA','#1DB2F7','#F7941D' ],
  7. legendTextStyle: { color: '#1DB2F7' ,fontSize: 12},
  8. titleTextStyle: { color: '#1DB2F7', alignment: 'center',fontSize: 15},
  9. chartArea: {width:510, height: 250} ,
  10. legend: { position: 'labeled' },
  11. pieStartAngle: 100,
  12. pieSliceTextStyle: { fontSize:12 },
  13.  
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement