nathfy / auto-table-to-chart

Automatically exported from code.google.com/p/auto-table-to-chart
0 stars 0 forks source link

unable to increase graph width by editing flash_chart_style.css #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. edit flash_chart_setup in flash_chart_style.css to increase the width
and height.
2. reload the html
3. height changes correctly,but the width remains the same :(

What is the expected output? What do you see instead?
I set the width as 3000px and height as 1000px in 'flash_chart_setup' in
flash_chart_style.css file.The height does change but the width wont !! 

What version of the product are you using? On what operating system?
auto-table-to-chart_03.zip

Please provide any additional information below.

Original issue reported on code.google.com by kaushik....@gmail.com on 7 May 2010 at 9:12

GoogleCodeExporter commented 9 years ago
thanks for the app ! its awesome.

Original comment by kaushik....@gmail.com on 7 May 2010 at 9:13

GoogleCodeExporter commented 9 years ago
i even tried editing js/attc.js

changed line 291 to:

flash_chart_w=parseInt(current_el.css("width"));

AND

flash_chart_w=1500;

none of this works.please help.

Original comment by kaushik....@gmail.com on 7 May 2010 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by nat...@gmail.com on 18 Mar 2013 at 3:26