Muhasseena Report post Posted November 9, 2018 Hi. I have a requirement to add some text on the bottom of the chart, I tried by adding text into watermark text place . its a lengthier text, so it can't be fully visible at the bottom, could not able to split the text into 3 lines. is anyone knows please help me? please advice me on this, little urgent. thanks in advance Share this post Link to post Share on other sites
Akash Biswas Report post Posted November 9, 2018 Hi, You can use the Text annotations to position place a custom string anywhere on the chart. Please refer to the documentation link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#create-text-annotations-4 Also find a sample fiddle for reference : https://jsfiddle.net/44y8sohp/259/ To have the text in multiple lines, add {br} within the custom text ass in the above sample. Please note : Annotations are static in nature. To position the annotations, refer to this link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#positioning-annotations-15 Thanks, Akash. Share this post Link to post Share on other sites