You are here

charts.settings.schema.yml in Charts 8.4

config/schema/charts.settings.schema.yml

File

config/schema/charts.settings.schema.yml
View source
  1. charts.settings:
  2. type: config_object
  3. label: 'Charts settings'
  4. mapping:
  5. charts_default_settings:
  6. type: mapping
  7. label: 'Charts default settings'
  8. mapping:
  9. library:
  10. type: string
  11. label: 'Charting library'
  12. type:
  13. type: string
  14. label: 'Chart type'
  15. display:
  16. type: mapping
  17. label: 'Display'
  18. mapping:
  19. title:
  20. type: string
  21. label: 'Chart title'
  22. title_position:
  23. type: string
  24. label: 'Title position'
  25. data_labels:
  26. type: boolean
  27. label: 'Enable data labels'
  28. data_markers:
  29. type: boolean
  30. label: 'Enable data markers'
  31. legend:
  32. type: boolean
  33. label: 'Legend'
  34. legend_position:
  35. type: string
  36. label: 'Legend position'
  37. background:
  38. type: string
  39. label: 'Background'
  40. three_dimensional:
  41. type: integer
  42. label: 'Make chart three-dimensional (3D)'
  43. colors:
  44. type: sequence
  45. label: 'Chart colors'
  46. sequence:
  47. type: string
  48. label: 'Hexadecimal color'
  49. polar:
  50. type: integer
  51. label: 'Transform cartesian charts into the polar coordinate system'
  52. tooltips:
  53. type: boolean
  54. label: 'Tooltips'
  55. tooltips_use_html:
  56. type: boolean
  57. label: 'Tooltips Use HTML?'
  58. dimensions:
  59. type: mapping
  60. label: 'Dimensions'
  61. mapping:
  62. width:
  63. type: string
  64. label: 'Width'
  65. width_units:
  66. type: string
  67. label: 'Width units'
  68. height:
  69. type: string
  70. label: 'Height'
  71. height_units:
  72. type: string
  73. label: 'Height units'
  74. gauge:
  75. type: mapping
  76. label: 'Gauge'
  77. mapping:
  78. max:
  79. type: string
  80. label: 'Gauge maximum value'
  81. min:
  82. type: string
  83. label: 'Gauge minimum value'
  84. green_from:
  85. type: string
  86. label: 'Green minimum value'
  87. green_to:
  88. type: string
  89. label: 'Green maximum value'
  90. yellow_from:
  91. type: string
  92. label: 'Yellow minimum value'
  93. yellow_to:
  94. type: string
  95. label: 'Yellow maximum value'
  96. red_from:
  97. type: string
  98. label: 'Red minimum value'
  99. red_to:
  100. type: string
  101. label: 'Red maximum value'
  102. xaxis:
  103. type: mapping
  104. label: 'Display'
  105. mapping:
  106. title:
  107. type: string
  108. label: 'X axis title'
  109. labels_rotation:
  110. type: string
  111. label: 'X axis labels rotation'
  112. yaxis:
  113. type: mapping
  114. label: 'Display'
  115. mapping:
  116. title:
  117. type: string
  118. label: 'Y axis title'
  119. min:
  120. type: string
  121. label: 'Y axis min value'
  122. max:
  123. type: string
  124. label: 'Y axis max value'
  125. prefix:
  126. type: string
  127. label: 'Y axis prefix'
  128. suffix:
  129. type: string
  130. label: 'Y axis suffix'
  131. decimal_count:
  132. type: string
  133. label: 'Y axis decimal count'
  134. labels_rotation:
  135. type: string
  136. label: 'Y axis labels rotation'