Graylog2 / Graylog2/graylog2-server
Update widget config API to be able store axis labels
Open
backend
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
For barchart, line, scatter, and area visualization types, we should be able to store optional chart axis labels configuration in the following format inside visualisation config
```
axis_config: {
number: { title: string },
percent: { title: string },
time: { title: string },
size: { title: string },
xaxis: { title: string }
}
```
Contributor guide
Assessment
This issue has not been assessed yet.