Todd Van Valkenburg Posted December 9, 2022 Posted December 9, 2022 We are using 8207.28.11. I did not see this in the "Creating HTML5 Charts With TIBCO WebFOCUS Language" manual... but I could be missing it ;) Thanks!
Solution David Briars Posted December 9, 2022 Solution Posted December 9, 2022 It looks like the information for creating dashed lines is in Chapter 9 'Series Specific Properties', and the property you are looking for is 'dash':GRAPH FILE GGSALESSUM DOLLARS UNITS BY CATEGORYON GRAPH PCHOLD FORMAT JSCHARTON GRAPH SET LOOKGRAPH LINEON GRAPH SET STYLE * INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/combine_templates/ENWarm.sty,$ type=data, column=DOLLARS, bucket=y-axis,$ type=data, column=UNITS, bucket=y-axis,$ type=data, column=CATEGORY, bucket=x-axis,$*GRAPH_JS "legend": {"markerSize": 20, "matchSeriesMarkers":true}, "series":[ {"series":0, "border": {"dash": "dash"}}, {"series":1, "color": "red", "border": {"dash": "long_dash_dot"}} ]*ENDENDSTYLEEND I am seeing lots of patterns listed...: ...however sometimes the pattern I really need is: three dots, three dashes, three dots. 😀
Todd Van Valkenburg Posted December 12, 2022 Author Posted December 12, 2022 Perfect! Thank you David. Need to make a note of that one. When reviewing the WF manual, the "border" attribute did not seem like that would equate to the line in a line graph and so I skipped over that one.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now