Jump to content

About labels in map chart


GHI KIM

Recommended Posts

Hi all,

I have some questions aboutlabels on a map chart.

My data table has 5 columns, Code, Availability, Period, lattitude, longitude.

I created my map chart, butproblems occured.

 

1. I'd like to add simple table(like 'to_be.png') to my map chart. (instead of 'as_is.png')

is it possible in spotfire

 

2. If problem 1 is impossible, is it possible to customize labels

For example,Nicely aligning the three labels in a single line or Varyingcolors by category(ex, Code)

 

spotfire version : 10.3.2.8

 

Please help me

Thanks

Link to comment
Share on other sites

I don't think it is possible to display labels in a tabular form or in a single line. As a possible workaround, you can try to add the values you want to display in a tooltip (Properties >> Layers >> double click the Marker Layer you are using >> Tooltip >> Add the values you want to display). After doing this, you can get the required labels after hovering over the marker points.
Link to comment
Share on other sites

Thanks, I could come up with an idea from your answer.

 

I configured label expression as

 

"Code : " & First(

) & "nAvailability : " & Avg([Availability]) & "nPeriod : " & Avg([Period])

 

 

 

I think it seems better than 'as_is.png'

Link to comment
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
×
×
  • Create New...