Jump to content

Hi Did anyone came across requirements to round edges in bar...


Yogesh Ajmire

Recommended Posts

Hi Yogesh,

Try the below, you will need to be on 8202+:

Generating Curved Corners on Bar Chart Risers

GRAPH FILE CAR

SUM DEALER_COST

RETAIL_COST

BY COUNTRY

ON GRAPH PCHOLD FORMAT JSCHART

ON GRAPH SET LOOKGRAPH BAR

ON GRAPH SET EMBEDHEADING ON

ON GRAPH SET STYLE *

INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/Warm.sty,$

TYPE=DATA, COLUMN=N1, BUCKET=x-axis, $

TYPE=DATA, COLUMN=N2, BUCKET=x-axis, $

TYPE=DATA, COLUMN=N3, BUCKET=y-axis, $

GRAPH_JS

** series: [{series: all, border: {cornerRadius: {x: 4, y: 0}}},*

]

*END

ENDSTYLE

END

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...