vishnu1.accel@gmail.com

Upgrade from 3.3.1 to 3.4.1

Recommended Posts

Hi,

 

Need to upgrade from 3.3.1 to 3.4.1 fusion charts

 

Checked the 3.4.1 trail version.

 

The attributes set under styles tag was working for 3.3.1 version.But not working for 3.4.1.

 

Example :

"styles":
[
{
"application":
[{"toobject":"Caption",
 "styles":"size10verdana"},
          {"toobject":"DATAVALUES","styles":"fontColorBlue"}],
"definition":[{"name":"size10verdana","type":"font","font":"Verdana","size":"10","bold":"0","align":"right"},
              {"name":"fontColorBlue","type":"font","font":"Verdana","size":"10","color":"#000000","bold":"0"}]
 
}]

 

 

 

Please help us.

 

Thanks,

Vishnu 

Share this post


Link to post
Share on other sites

Hi Vishnu,

 
Version 3.4.1 supports only JavaScript rendering and thus Flash Charts  are no longer supported.
Styles tags were for Flash charts and since flash charts are no longer supported style tag has been deprecated.
 
you can use the following to set the font of the data values:
valueFont, valueFontColor, valueSize, valueFontBold, valueFontItalic, valueAlpha, valueFontAlpha
 
and for captions:
captionAlignment, captionOnTop, captionFontSize, subCaptionFontSize, captionFont, subCaptionFont, captionFontColor, subCaptionFontColor, captionFontBold, subCaptionFontBold, alignCaptionWithCanvas, captionHorizontalPadding
 
in the chart attribute.

Share this post


Link to post
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