You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
What is the expected output? What do you see instead?
Expected: flot1b.png should have a bar chart
In fact, flot1b.htm shows a bar chart in Firefox and Chromium.
Actual: Blank white png.
Which operating system are you using?
debian squeeze
$ uname -a
Linux dandebian 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.4 (squeeze)
Release: 6.0.4
Codename: squeeze
Did you use binary PhantomJS or did you compile it from source?
Compiled from source.
Please provide any additional information below.
flot1.htm and flot1a.htm both convert properly to png.
The difference is that flot1b.htm is referring to an external stylesheet (graph.css). For flot1b.htm, the width and height from graph.css is not being applied to the div with class "graph_class". When Flot encounters a div with height 0, it doesn't know how to plot to it, and errors out.
This bug does NOT show up on OS X (i.e. I see the graph, though with an unexpected background color). So there is probably something broken about applying external stylesheet on debian squeeze.
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #392.
🌟 6 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered:
I am facing a similar issue where I am trying to convert a html page to pdf.
Please note I am not on debian but on RHEL 2.6.18-128.1.6.el5 and using phantomJS 1.9.1.
The page and the images get converted correctly, but the pdf is missing all the styling. I have verified using the onResourceRequested event handler that the css is indeed getting downloaded.
Is there any way to apply the styling from a local file?
Due to our very limited maintenance capacity (see #14541 for more details), we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed. In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
dfran...@gmail.com commented:
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #392.
🌟 6 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: