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
Post a Comment