1

I am using c3js on a site that also uses google translate. Google translate finds all of the svg text, translates it and wraps it in font tags which then stops it being displayed as svg text can't have font tags.

I can stop the graph being translated by setting a class of notranslate but I would like the graphs text to be translated.

I can get round this in d3.js by setting all the text to html instead of svg, is this possible with the c3js library or is there a better way?

4

0 に答える 0