Home > Adding Application Components > Creating Charts > Displaying SVG Charts in Ot...
Previous |
Next |
To display an SVG chart in another language, you edit the text
and tspan
classes to reflect the correct language.
To display an SVG chart in another language:
Navigate to the Chart Attributes page. See "Editing Chart Attributes".
Scroll down to CSS.
From Use Custom CSS, select Yes.
In Custom CSS, Inline, edit the text
and tspan
classes to reflect the correct language. The following example demonstrates how to change a chart to Korean:
text{font-family:Batang;fill:#000000;} tspan{font-family:Batang;fill:#000000;}