Focal Point
[CLOSED] Hiding % value from tooltip doughnut chart

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2027044196

July 25, 2019, 03:07 PM
Siva1925
[CLOSED] Hiding % value from tooltip doughnut chart
Hi All,
Is there a way to hide the % value after sales amount from the tool tip.
It is possible using custom tool tip but can the same be achieved using the default tool tip itself.

Image URL : https://ibb.co/C1V7M6d
Thank you
WF 8202

This message has been edited. Last edited by: FP Mod Chuck,
July 26, 2019, 07:38 AM
MartinY
As you stated yourself : using custom tool tip.

If you use the default one, it's the default display, otherwise it's a custom.
There is no "option" to choose from in the default display.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
July 29, 2019, 01:57 PM
Hallway
You can do something like this to override the default tooltip
 
GRAPH FILE car
SUM SALES
BY COUNTRY
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH PIE
ON GRAPH SET STYLE *
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/endeflt.sty,$
TYPE=DATA, COLUMN=N1, BUCKET=color, $
TYPE=DATA, COLUMN=N2, BUCKET=measure, $
*GRAPH_JS_FINAL
"riserBevel": "none",
"pieProperties": {
    "holeSize": "65%"
},
"agnosticSettings": {
    "chartTypeFullName": "Pie_Ring"
},
"series":[{
    "series": "reset",
    "tooltip": "<table><tr><td>COUNTRY:</td><td>[b]{{series_label}}[/b]</td></tr><tr><td>{{group_label}}:</td><td>[b]{{value | formatNumber('$#,###')}}[/b]</td></tr></table> "
}],
*END
ENDSTYLE
END
-RUN
 





Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
August 12, 2019, 04:27 PM
Hallway
I see that you marked this as [CLOSED], and not [SOLVED].

Did you not find a solution to your question? Did these options not help?

🤔

This message has been edited. Last edited by: Hallway,


Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
August 13, 2019, 07:28 AM
MartinY
@Hallway,

It is Chuck that has changed the status to [CLOSED] (see first post for last updated by)
After a while if there is no more action on a post the moderator change its status to [CLOSED] when no status already there


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
August 13, 2019, 11:31 AM
Hallway
quote:
Originally posted by MartinY:
@Hallway,

It is Chuck that has changed the status to [CLOSED] (see first post for last updated by)
After a while if there is no more action on a post the moderator change its status to [CLOSED] when no status already there


Interesting. I would think that if a moderator is changing the status of a post, that they should also make a post stating that they are doing so.

IDK, maybe maybe that's just me...

😒


Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
August 14, 2019, 03:46 AM
Tony A
quote:
I would think that if a moderator is changing the status of a post, that they should also make a post

It would also be good if the originator confirmed that their issue/question had been answered instead of not following up, but I think that we will wait until a very hot place becomes very cold.

It would also be great if they thanked the person who supplied the answer or, at the very least, acknowledged the solution!

But then, maybe that's just me Wink


T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10