PhenX / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Graph canvas size increases on zoom when spreadsheet is enabled. #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Combine "Spreadsheet{ show:true}" and Mouse-Zoom (w/ selection mode x) effect 
on same graph
2.Mouse-zoom on graph.

What is the expected output? What do you see instead?
The graph data should zoom into select data. The data/graph zooms as it should, 
but the graph (Y axis) also physically increases in size, exponentially!. 

What version of the product are you using? On what operating system?
v0.2.0 alpha. Running it on Windows Server 2003 R2

Please provide any additional information below.
To confirm it wasn't my sloppy syntax, I added: 
 spreadsheet { show:true }
to the mouse-zoom.html example and could re-create the problem.

Original issue reported on code.google.com by RTGSupp...@gmail.com on 26 Jun 2011 at 5:42