jQWidgets Forums
jQuery UI Widgets › Forums › Chart › saveAs… problem
Tagged: chart, javascript chart, jqxChart
This topic contains 6 replies, has 2 voices, and was last updated by megrez 12 years, 7 months ago.
-
AuthorsaveAs… problem Posts
-
Hi,
I have a problem with the chart SaveAs… functionality: if in my css there is a voice starting with ‘@’ (for example @font-face:) the SaveAs functionality doesn’t work!
Can someone help me?
Thanks!Hi megrez,
I am unable to reproduce that. Would you be able to provide more details like: Browser version, jQuery version and a sample code which reproduces the issue. In addition, the SaveAs functionality requires a browser which supports HTML5 rendering.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi,
I’m using jquery 1.8.1 and both Firefox 15 and Chrome. If i remove @font-face and @media from my css, saveAs works fine
The code is:
font-face { font-family: 'PT_Sans';
src: url("../fonts/pt_sans-web-regular-webfont.eot");
src: local('PT_Sans_'),
url('../fonts/pt_sans-web-regular-webfont?#iefix') format('embedded-opentype'),
url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
url('../fonts/pt_sans-web-regular-webfont.svg#PT_Sans') format('svg');
}@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }
thanks for your help!
Sorry, the code is:
@font-face { font-family: 'PT_Sans';
src: url("../fonts/pt_sans-web-regular-webfont.eot");
src: local('PT_Sans_'),
url('../fonts/pt_sans-web-regular-webfont?#iefix') format('embedded-opentype'),
url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'),
url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
url('../fonts/pt_sans-web-regular-webfont.svg#PT_Sans') format('svg');
}@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }
Hi megrez,
Using the provided code I reproduced the issue and created a work item about it. We’ll do our best to resolve it in a future version of jQWidgets, but I cannot suggest you a work-around at present.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi megrez,
The reported issue has been resolved in the latest build. It is available for download from: http://www.jqwidgets.com/download/
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comthank you very much!!!
-
AuthorPosts
You must be logged in to reply to this topic.