After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 97216 - Graph guru should support chart data from a different sheet.
Graph guru should support chart data from a different sheet.
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other All
: Low enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 152611 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-10-30 12:12 UTC by Jon Kåre Hellan
Modified: 2008-06-19 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Kåre Hellan 2002-10-30 12:12:27 UTC
I'm writing up a few points which ought to be supported once graphs
work again.

The formula guru should support building graphs from data on a different sheet.

All of the following seem to me like useful ways to do it:

1.
  a: Mark a range in some sheet.
  b: Switch to another sheet and bring up graph guru. 
     Guru should now use the range from a.
  c: Continue as normal

2.
  a: Work with graph guru as normal from the sheet with the data
  b: After "Finish", switch to another sheet and place the chart there.

3.
  a: Make chart on same sheet as data
  b: Cut chart and paste it onto a different sheet.

In 1.0.x, you have to enter a range from a different sheet manually.
Comment 1 Andreas J. Guelzow 2002-10-31 00:59:45 UTC
I don't think you mean the formula guru but the graph guru. The
formula guru has little to do with graphs.
Comment 2 Jon Kåre Hellan 2002-10-31 09:17:17 UTC
Absolutely right, Andreas!
Comment 3 Jody Goldberg 2002-11-01 03:21:15 UTC
1) is next to impossible.  The current sheet is going to have its own
   selection.  At best we could notice that the current selection is empty
   and try to use the selection from the last sheet we looked at ?
   Sounds like we might be trying to be too smart.
   
2) Good point.  This might be tricky given the current architecture that puts
   the responsibility for object creation in the scg.  Lets keep it in mind.

3) The is definitely a requirement at some point.  As things stand there is no
   clipboard support for objects at all.
Comment 4 Jody Goldberg 2004-01-07 16:04:14 UTC
We can actually cause a fair amount of trouble with this.

- create chart on sheet1
- edit series
- move to another sheet and select data
- hit ok

we remain on the last visible sheet and do not jump back to the sheet with the
object placement.
Comment 5 Jody Goldberg 2004-02-18 19:46:20 UTC
I'll patch that last bug now, it's fairly serious.
Comment 6 Emmanuel Pacaud 2004-10-27 15:38:18 UTC
*** Bug 152611 has been marked as a duplicate of this bug. ***
Comment 7 Emmanuel Pacaud 2004-10-27 15:39:57 UTC
Now, it's possible to cut'n paste a chart object from one sheet to another.
Comment 8 Jody Goldberg 2008-06-19 13:02:30 UTC
Implemented (2).