html - Font Awesome icons with Jqplot -



html - Font Awesome icons with Jqplot -

i creating custom bar chart using jqplot. need display icons values. decided utilize font-awesome icons , works well.

by escaping html able show custom labels in bar chart.

now need export chart pdf. when trying convert image using jqplot function

$("#chart1").jqplottoimageelem().src

the font-awesome icons missing on exported image.

how can resolve one, ideas?

i suspect jqplot image function doesn't back upwards content added using pseudo classes (font awesome uses :before display icons on page). if possible, seek , add together unicode character within html tag , see if works.

html base64 jqplot font-awesome svg-font

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -