chart.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "series": [
  3. {
  4. "data": []
  5. }
  6. ],
  7. "colors": ["#3C50E0"],
  8. "chart": {
  9. "fontFamily": "Satoshi, sans-serif",
  10. "type": "bar",
  11. "height": 350,
  12. "toolbar": {
  13. "show": false
  14. }
  15. },
  16. "plotOptions": {
  17. "bar": {
  18. "horizontal": false,
  19. "columnWidth": "55%",
  20. "endingShape": "rounded",
  21. "borderRadius": 2
  22. },
  23. "heatmap": {
  24. "enableShades": false
  25. }
  26. },
  27. "dataLabels": {
  28. "enabled": false
  29. },
  30. "stroke": {
  31. "show": true,
  32. "width": 4,
  33. "colors": ["transparent"]
  34. },
  35. "xaxis": {
  36. "categories": [],
  37. "floating": false,
  38. "labels": {
  39. "show": true,
  40. "style": {
  41. "fontFamily": "Inter, sans-serif",
  42. "cssClass": "text-xs font-normal !fill-body dark:!fill-bodydark"
  43. }
  44. },
  45. "axisBorder": {
  46. "show": false
  47. },
  48. "axisTicks": {
  49. "show": false
  50. }
  51. },
  52. "legend": {
  53. "show": true,
  54. "position": "top",
  55. "horizontalAlign": "left",
  56. "fontFamily": "Satoshi",
  57. "markers": {
  58. "radius": 99
  59. }
  60. },
  61. "yaxis": {
  62. "title": false,
  63. "labels": {
  64. "show": true,
  65. "style": {
  66. "fontFamily": "Inter, sans-serif",
  67. "cssClass": "text-xs font-normal !fill-body dark:!fill-bodydark"
  68. }
  69. }
  70. },
  71. "grid": {
  72. "show": false,
  73. "strokeDashArray": 4,
  74. "padding": {
  75. "left": 2,
  76. "right": 2,
  77. "top": -14
  78. },
  79. "yaxis": {
  80. "lines": {
  81. "show": false
  82. }
  83. }
  84. },
  85. "fill": {
  86. "opacity": 1
  87. },
  88. "tooltip": {
  89. "shared": true,
  90. "intersect": false,
  91. "x": {
  92. "show": false
  93. },
  94. "y": {}
  95. }
  96. }