You are here

charts.settings.schema.yml in Charts 8.3

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. title:
  16. type: string
  17. label: 'Chart title'
  18. colors:
  19. type: seguence
  20. label: 'Chart colors'
  21. sequence:
  22. type: string
  23. label: 'Hexadecimal color'
  24. title_position:
  25. type: string
  26. label: 'Title position'
  27. tooltips:
  28. type: string
  29. label: 'Tooltips'
  30. data_labels:
  31. type: string
  32. label: 'Data labels'
  33. data_markers:
  34. type: string
  35. label: 'Data markers'
  36. legend_position:
  37. type: string
  38. label: 'Legend position'
  39. background:
  40. type: string
  41. label: 'Background'
  42. three_dimensional:
  43. type: integer
  44. label: 'Make chart three-dimensional (3D)'
  45. polar:
  46. type: integer
  47. label: 'Transform cartesian charts into the polar coordinate system'
  48. width:
  49. type: string
  50. label: 'Width'
  51. width_units:
  52. type: string
  53. label: 'Width units'
  54. height:
  55. type: string
  56. label: 'Height'
  57. height_units:
  58. type: string
  59. label: 'Height units'
  60. max:
  61. type: string
  62. label: 'Gauge maximum value'
  63. min:
  64. type: string
  65. label: 'Gauge minimum value'
  66. green_from:
  67. type: string
  68. label: 'Green minimum value'
  69. green_to:
  70. type: string
  71. label: 'Green maximum value'
  72. yellow_from:
  73. type: string
  74. label: 'Yellow minimum value'
  75. yellow_to:
  76. type: string
  77. label: 'Yellow maximum value'
  78. red_from:
  79. type: string
  80. label: 'Red minimum value'
  81. red_to:
  82. type: string
  83. label: 'Red maximum value'
  84. xaxis_title:
  85. type: string
  86. label: 'X axis title'
  87. xaxis_labels_rotation:
  88. type: string
  89. label: 'X axis labels rotation'
  90. yaxis_title:
  91. type: string
  92. label: 'Y axis title'
  93. yaxis_min:
  94. type: string
  95. label: 'Y axis min value'
  96. yaxis_max:
  97. type: string
  98. label: 'Y axis max value'
  99. yaxis_prefix:
  100. type: string
  101. label: 'Y axis prefix'
  102. yaxis_suffix:
  103. type: string
  104. label: 'Y axis suffix'
  105. yaxis_decimal_count:
  106. type: string
  107. label: 'Y axis decimal count'
  108. yaxis_labels_rotation:
  109. type: string
  110. label: 'Y axis labels rotation'