Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] how to save JSCHART output as image and include it in compund report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] how to save JSCHART output as image and include it in compund report
 Login/Join
 
Member
posted
I Have graph which has output format as JSCHART that I want to save as PNG image but when I change PCHOLD FORMAT JSCHART to PNG entire style changing.

How do i use this JSCHART output in compound file with output format as ppt with out breaking the JSCHART styling

Please help

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 19 | Registered: June 26, 2015Report This Post
Expert
posted Hide Post
What I think you need to do, is to set up the styling for PNG to look the same as JSCHART.

What sort of differences are there ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Member
posted Hide Post
When the PCHOLD FORMAT changed to PNG from JSCHART it is not showing same picture as JSCHART
 
Posts: 19 | Registered: June 26, 2015Report This Post
Member
posted Hide Post
positiveRiserColor: 'blue',
negativeRiserColor: 'yellow',

how to get above functionalities for PNG format output
 
Posts: 19 | Registered: June 26, 2015Report This Post
Silver Member
posted Hide Post
Hi Satya,

Did you found the solution?

I am also in same position. I have used the following GRAPH_JS commands for getting the trend line in JSCHART but if i am changing to PNG the styling is not working. Here's the sample code

 DEFINE FILE CAR
DEALER/D12 = -1 * DEALER_COST;
END

GRAPH FILE CAR
SUM
COMPUTE TREND/D20 =  DEALER_COST - RETAIL_COST ; AS 'Diff'
RETAIL_COST
DEALER
-*Calculate Trend Line
ACROSS COUNTRY
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET STYLE *

*GRAPH_JS
blaProperties: {lineConnection:'curved',
comboCharts: {
 barSeriesLayout: 'stacked',
 lineSeriesLayout:'absolute'}
},
series: [
 {series: 0, riserShape: 'line', border: {width:
2},marker: {shape: 'circle', size: 1, visible: true}},
 {series: 1, riserShape: 'bar'},
 {series: 2, riserShape: 'bar'}
]
*END

ENDSTYLE
END  


I want to get the same styling for PNG also. I have to use this chart in PDF


----------------------------------
Prod Version:WebFocus 8.1.05,OS:Unix ,Output:ALL
 
Posts: 29 | Location: North Carolina | Registered: August 26, 2008Report This Post
Expert
posted Hide Post
Note:
The section *GRAPH_JS to *END is only for JSCHART and will be ignored for format PNG.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Member
posted Hide Post
JSCHART styling will not work with PNG format..

Hence need to try for PNG styling only, But I think for Trend you can create PNG image, my issue is relating to Waterfall chart where Negative and Positive color option is not working for me in PNG format.

But I got information that JSCHART will not have same styling of PNG format


WebFOCUS 8.1
Windows, PPT
 
Posts: 19 | Registered: June 26, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] how to save JSCHART output as image and include it in compund report

Copyright © 1996-2020 Information Builders