You are here

charts.charts_types.yml in Charts 8.4

Same filename and directory in other branches
  1. 5.0.x charts.charts_types.yml

File

charts.charts_types.yml
View source
  1. area:
  2. label: 'Area'
  3. axis: 'xy'
  4. axis_inverted: false
  5. stacking: true
  6. bar:
  7. label: 'Bar'
  8. axis: 'xy'
  9. axis_inverted: true
  10. stacking: true
  11. column:
  12. label: 'Column'
  13. axis: 'xy'
  14. axis_inverted: false
  15. stacking: true
  16. donut:
  17. label: 'Donut'
  18. axis: 'y_only'
  19. axis_inverted: false
  20. stacking: false
  21. gauge:
  22. label: 'Gauge'
  23. axis: 'y_only'
  24. axis_inverted: false
  25. stacking: false
  26. line:
  27. label: 'Line'
  28. axis: 'xy'
  29. axis_inverted: false
  30. stacking: false
  31. pie:
  32. label: 'Pie'
  33. axis: 'y_only'
  34. axis_inverted: false
  35. stacking: false
  36. scatter:
  37. label: 'Scatter'
  38. axis: 'xy'
  39. axis_inverted: false
  40. stacking: false
  41. spline:
  42. label: 'Spline'
  43. axis: 'xy'
  44. axis_inverted: false
  45. stacking: false