Sign in to follow this  
Sagar Joshi

FusionWidget - Provide vertical space between Caption and Spark Line chart

Recommended Posts

Hello,

 

I am using Fusion Widgets - Spark Line chart.

 

In that I have provide caption for the chart.

 

I want to provide space vertically between caption and Chart.

 

I have searched for that. There is option available for HorizontalPadding (captionPadding).

 

But Is It possible to provide vertical padding between them?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Sagar,

 

There is no attribute to providing padding to caption in vertical manner for Spark Line chart

 

However, as a work-around you can use {br} pseudo code for adjusting the caption vertically.

 

Ref. Code:

<chart ... caption='Cisco{br}{br}'>

 

Hope this helps!

Share this post


Link to post
Share on other sites

Hello,

 

Thanks for your reply.

 

I tried your suggestion.

 

It just add <tspan dy="16" x="32" xml:space="preserve"> </tspan>

 

But it does not show any vertical spacing between chart and caption.

Share this post


Link to post
Share on other sites

Hello,

 

Thanks for your reply.

 

I tried your suggestion.

 

It just add <tspan dy="16" x="32" xml:space="preserve"> </tspan>

 

But it does not show any vertical spacing between chart and caption.

Hi,

 

We do not have any native solution to increase the vertical space between the caption and chart as my colleague had previously mentioned. :(

 

The suggestion he had provided was a work-around that might not work under certain circumstances.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this