Sign in to follow this  
luoqun

Can We Show Label Inside The Task Bar In Bullet Chart?

Recommended Posts

I'm new to FusionWIdgets.I want to show label inside the task bar in Bullet Chart,or hide it.Can there have someway to do it?

Edited by luoqun

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Can you please elaborate a bit more on your requirement?

 

Can you please attach a screen-shot of the same, here?

Share this post


Link to post
Share on other sites

Hi,

 

Can you please elaborate a bit more on your requirement?post-29737-0-45364800-1347497888_thumb.png

Can you please attach a screen-shot of the same, here?

 

Hello!simply like this,hide the label or make it inside the column bar.sorry,my english is so poor.

Edited by luoqun

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Please set the attribute 'showValue' to 0 in order to hide it.

 

Ref. Code:

<chart showValue='0' ...>

 

Hope this helps!

Share this post


Link to post
Share on other sites

Hi,

 

Please set the attribute 'showValue' to 0 in order to hide it.

 

Ref. Code:

<chart showValue='0' ...>

 

Hope this helps!

 

Thank you!But it is not work.

my code,as follows:

 

var mybulletChart:FusionWidgets = new FusionWidgets();

mybulletChart.FCChartType = "HBullet";

mybulletChart.FCDataXML = "<chart palette='4' showValue='0' showBorder='0' numberSuffix='%'" +

" upperLimit='100' caption='tax'>"

+"<colorRange>"

+"<color minValue='0' maxValue='100' />"

+"</colorRange>"

+" <value>47</value>"

+"</chart>";

mybulletChart.width = 360;

mybulletChart.height = 50;

container.addElement(mybulletChart);

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

I am afraid, with showValue set to 0 the '47%' data value is not seen.

 

Can you please share the sample image?

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, with showValue set to 0 the '47%' data value is not seen.

 

Can you please share the sample image?

 

 

Thank you all the same, there is not the sample image.It is just my requirement.

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