You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,6 +73,7 @@ The plugin supports the following file formats for data input:
88
73
#### CSV
89
74
- Use a flat structure with columns representing metrics.
90
75
- The first row should contain headers (column names).
76
+
- Supports many columns delimiter (',' ';' '|' tab)
91
77
- Example:
92
78
93
79
```csv
@@ -109,7 +95,7 @@ The plugin allows you to customize the colors used in the visualizations. You ca
109
95
110
96
To customize colors, add a `colors` object to your JSON, YAML, or XML file. The `colors` object should map metric keys or category names to specific colors. Colors can be defined using **HEX values** or **predefined color names**.
111
97
112
-
> **Note**: Color customization is **not supported for CSV files**. Only JSON, YAML, and XML files allow color customization.
98
+
> **Note**: Color customization is **not supported for CSV files** due to the format does not allow color attribute definition. For now, colors are attributed aleatory.
0 commit comments