Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. {
  2. "cycleTimer": {
  3. "label": "Delay in Seconds",
  4. "type": "number",
  5. "name": "",
  6. "value": 5,
  7. "max": 600,
  8. "min": 0.5,
  9. "steps": 0.1
  10. },
  11. "goalColor1": {
  12. "label": "Bar Color",
  13. "type": "colorpicker",
  14. "value": "#fc00e2"
  15. },
  16. "goalColor2": {
  17. "label": "Bar Color",
  18. "type": "colorpicker",
  19. "value": "#00f8f2"
  20. },
  21. "goalColor3": {
  22. "label": "Bar BG Color",
  23. "type": "colorpicker",
  24. "value": "#5b5b5b"
  25. },
  26. "followergoal": {
  27. "type": "number",
  28. "label": "Follower Goal (0 to disable)",
  29. "value": 500
  30. },
  31. "subgoal": {
  32. "type": "number",
  33. "label": "Sub Goal (0 to disable)",
  34. "value": 32
  35. },
  36. "tipgoal": {
  37. "type": "number",
  38. "label": "Tip Goal (0 to disable)",
  39. "value": 32
  40. },
  41. "cheergoal": {
  42. "type": "number",
  43. "label": "Bit Goal (0 to disable)",
  44. "value": 32
  45. },
  46. "eventPeriod": {
  47. "type": "dropdown",
  48. "label": "Pick period: (doesn't work with sub points/custom)",
  49. "value": "Total",
  50. "options": {
  51. "session": "Session",
  52. "week": "Week",
  53. "month": "Month",
  54. "total": "Total",
  55. "goal": "Amount from goal data"
  56. }
  57. },
  58. "titleColor": {
  59. "type": "colorpicker",
  60. "label": "Title font color",
  61. "value": "rgb(255, 255, 255)"
  62. },
  63. "titleSize": {
  64. "type": "number",
  65. "label": "Title font Size",
  66. "value": 24
  67. },
  68. "fontFamily": {
  69. "type": "googleFont",
  70. "label": "Select a font:",
  71. "value": "Russo One"
  72. },
  73. "titleSize": {
  74. "label": "Title -- Font Size",
  75. "type": "slider",
  76. "name": "",
  77. "value": 32,
  78. "max": 100,
  79. "min": 12,
  80. "steps": 1
  81. },
  82. "percentageColor": {
  83. "label": "Percentage Color",
  84. "type": "colorpicker",
  85. "value": "#FFFFFF"
  86. },
  87. "goalSize": {
  88. "label": "Goal Font Size",
  89. "type": "slider",
  90. "name": "",
  91. "value": 32,
  92. "max": 100,
  93. "min": 12,
  94. "steps": 1
  95. },
  96. "goalColor": {
  97. "label": "Goal Font Color",
  98. "type": "colorpicker",
  99. "value": "#FFFFFF"
  100. },
  101. "goalTotalColor": {
  102. "label": "Goal -- Font Color",
  103. "type": "colorpicker",
  104. "value": "#3EC6FF"
  105. },
  106. "scaleSize": {
  107. "label": "Scale Size - Percentage scale of the entire goal widget.",
  108. "type": "slider",
  109. "name": "",
  110. "value": 140,
  111. "max": 300,
  112. "min": 100,
  113. "steps": 4
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement