Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#1127 closed enhancement (done)

Export functionality for charts

Reported by: gkronber Owned by: gkronber
Priority: low Milestone: HeuristicLab 3.3.1
Component: Analysis.Views Version: 3.3.1
Keywords: Cc:

Description

It should be possible to export a chart to a file. It's possible to side-step this with screenshots, but it would be a lot better especially for publishing it's also possible to save the chart in a vector-based format for post-processing.

Change History (10)

comment:1 Changed 14 years ago by gkronber

  • Owner changed from swagner to gkronber
  • Status changed from new to assigned

comment:2 Changed 14 years ago by gkronber

MS chart controls provide the possibility to save images to files. A number of different file formats are possible (Jpeg, Png, Bmp, Tiff, Gif, Emf, EmfPlus, EmfDual). The EMF file formats are vector-based (essentially the GDI drawing commands are stored to the file). EMF files can be integrated into office documents, however the elements of the chart cannot be edited. It seems that word prints the graphic in a high resolution.

Inkscape can open the EMF file, and the elements of the graph can be edited. Inkscape can also convert the EMF file into other vector-based formats or export the chart into a pixel-based format with a given resolution (DPI).

comment:3 Changed 14 years ago by gkronber

Added export to file functionality for the DataTableView with r4142.

comment:4 Changed 14 years ago by swagner

Additionally to the EMF format also the other available file formats should be supported in the export chart dialog.

comment:5 Changed 13 years ago by gkronber

  • Status changed from assigned to accepted
  • Version changed from 3.3.0 to 3.3.1

comment:6 Changed 13 years ago by gkronber

  • Status changed from accepted to reviewing

comment:7 Changed 13 years ago by gkronber

  • Status changed from reviewing to readytorelease

comment:8 Changed 13 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

Export functionality for DataTableViews (line-charts) has been released in version 3.3.1. See follow up ticket: #1228.

comment:9 Changed 13 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.