jenkinsci / nested-data-reporting-plugin

Jenkins plugin to report data from nested as pie-charts, trend-charts and data tables.
https://plugins.jenkins.io/nested-data-reporting/
MIT License
5 stars 5 forks source link

Line Graph Support #262

Open VirtualTim opened 11 months ago

VirtualTim commented 11 months ago

Describe your use-case which is not covered by existing documentation.

Does this plugin support line graphs? From the documentation and screenshots it sounds like it does not. I'm looking for something like this: https://github.com/jenkinsci/echarts-api-plugin/blob/main/etc/images/trend-lines.png

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response

totocaca123 commented 11 months ago

what is the feature expected? a line graph on top or aggregated results? For the moment this feature is not present

VirtualTim commented 11 months ago

More specifically, I'm looking at graphing "run time" for several tests in a single run. So the vertical axis would be time, horizontal would be build number, and there would be several independent series representing how long each test in a run took.

Basically a standard, non-sacked, line graph containing multiple independent series.

bertin0 commented 8 months ago

I would also be interested in this feature, for example for plotting data rates over different packet sizes.

It would be nice to have an option show values as a bar or line graph instead of the pie chart.