widget

Problem With Font Rendering

Recommended Posts

Guest Basundhara Ghosal

Hi,

 

Could you please confirm that the chart that you have showcases in the 'After' image of the attached screen-shot is a Stacked Column 3D chart?

 

Also, could you please send us the screen-shot of a Stacked Column 3D chart with the same data as you have used in the Column 3D chart, as we are not able to relicate the issue from the screen-shot that you have sent us?

 

Awaiting your reply. :)

Share this post


Link to post
Share on other sites

Code for StackedColumn3D:

 

<chart slantLabels='1' rotateLabels='1' divLineAlpha='50' divLineIsDashed='1' zeroPlaneShowBorder='0' showCanvasBg='0'showValues='0' palette='4' canvasBaseDepth='1' canvasBgDepth='1' showFCMenuItem='0'  labelStep='1' defaultNumberScale='s' numberScaleValue='60,60' numberScaleUnit='min,godz'  decimals='0' numDivLines='3'><categories><category label='Sob, Wrz 18' /><category label='Nie, Wrz 19' /><category label='Pon, Wrz 20' /><category label='Wto, Wrz 21' /><category label='Sro, Wrz 22' /><category label='Czw, Wrz 23' /><category label='Pia, Wrz 24' /><category label='Sob, Wrz 25' /></categories><dataset seriesName=''><set color='5AE324' value='4226' /><set color='cd0000' value='833' /><set color='5AE324' value='915' /><set color='5AE324' value='1399' /><set color='5AE324' value='10506' /><set color='5AE324' value='3191' /><set color='5AE324' value='2221' /><set color='5AE324' value='27793' /></dataset></chart>

 

Code for Column3D:

<chart slantLabels='1' rotateLabels='1' divLineAlpha='50' divLineIsDashed='1' zeroPlaneShowBorder='0' showCanvasBg='0'showValues='0' palette='4' canvasBaseDepth='1' canvasBgDepth='1' showFCMenuItem='0'  labelStep='1' defaultNumberScale='s' numberScaleValue='60,60' numberScaleUnit='min,godz'  decimals='0' numDivLines='3'><set color='5AE324' label='Sob, Wrz 18'  value='4226' toolText='Sob, Wrz 18 - 1 Godzina, 10 Minuty' /><set color='cd0000' label='Nie, Wrz 19'  value='833' toolText='Nie, Wrz 19 - 13 Minuty' /><set color='5AE324' label='Pon, Wrz 20'  value='915' toolText='Pon, Wrz 20 - 15 Minuty' /><set color='5AE324' label='Wto, Wrz 21'  value='1399' toolText='Wto, Wrz 21 - 23 Minuty' /><set color='5AE324' label='Sro, Wrz 22'  value='10506' toolText='Sro, Wrz 22 - 2 Godziny, 55 Minuty' /><set color='5AE324' label='Czw, Wrz 23'  value='3191' toolText='Czw, Wrz 23 - 53 Minuty' /><set color='5AE324' label='Pia, Wrz 24'  value='2221' toolText='Pia, Wrz 24 - 37 Minuty' /><set color='5AE324' label='Sob, Wrz 25'  value='27793' toolText='Sob, Wrz 25 - 7 Godziny, 43 Minuty' /></chart>

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