Graylog2 / Graylog2/graylog2-server

Update widget config API to be able store axis labels

Open
#24,294 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.