Skip to content

Commit 510ee29

Browse files
authored
Update README.md
add csv delimiter
1 parent 5b7ec07 commit 510ee29

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

README.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![Logo](src/main/webapp/icons/data-reporting-icon.svg)
2-
31
# Nested Data Reporting Plugin
42

53
A Jenkins plugin to visualize nested data in pie charts, trend charts, and data tables.
@@ -10,25 +8,12 @@ A Jenkins plugin to visualize nested data in pie charts, trend charts, and data
108
![Jenkins Plugins](https://img.shields.io/jenkins/plugin/v/nested-data-reporting)
119
![Jenkins Plugin installs](https://img.shields.io/jenkins/plugin/i/nested-data-reporting)
1210

13-
---
14-
15-
## Table of Contents
16-
17-
1. [Introduction](#introduction)
18-
2. [Key Features](#key-features)
19-
3. [Usage](#usage)
20-
- [Input Files](#input-files)
21-
- [Visualization](#visualization)
22-
4. [Color Management](#color-management)
23-
5. [Display Examples](#display-examples)
24-
6. [Configuration](#configuration)
25-
- [Pipeline Parameters](#pipeline-parameters)
26-
7. [Examples](#examples)
27-
8. [Contributing](#contributing)
28-
9. [Issues and Support](#issues-and-support)
29-
10. [License](#license)
30-
11. [Acknowledgments](#acknowledgments)
31-
11+
<br />
12+
<p align="center">
13+
<a href="#">
14+
<img src="src/main/webapp/icons/data-reporting-icon.svg" alt="Logo" width="100" height="100">
15+
</a>
16+
</p>
3217
---
3318

3419
## Introduction
@@ -88,6 +73,7 @@ The plugin supports the following file formats for data input:
8873
#### CSV
8974
- Use a flat structure with columns representing metrics.
9075
- The first row should contain headers (column names).
76+
- Supports many columns delimiter (',' ';' '|' tab)
9177
- Example:
9278

9379
```csv
@@ -109,7 +95,7 @@ The plugin allows you to customize the colors used in the visualizations. You ca
10995

11096
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**.
11197

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.
11399
114100
#### Example in JSON:
115101
```json

0 commit comments

Comments
 (0)