
JGuillen
Members-
Content count
4 -
Joined
-
Last visited
About JGuillen
-
Rank
Forum Newbie
-
Thank you again very much for your time. I've attached the dataset. Again my issue is that I attempting to display the labels on the outside of the bars and not the inside. "dataset": [{ "seriesname": "FORUM", "data": [{ "value": 356724, "tooltext": "Documents Collected: 356724" }, { "value": 78893, "tooltext": "Documents Collected: 78893" }, { "value": 155361, "tooltext": "Documents Collected: 155361" }] }, { "seriesname": "BLOGS", "data": [{ "value": 5647, "tooltext": "Documents Collected: 5647" }, { "value": 402, "tooltext": "Documents Collected: 402" }, { "value": 12182, "tooltext": "Documents Collected: 12182" }] }, { "seriesname": "SOCIALMEDIA", "data": [{ "value": 3505, "tooltext": "Documents Collected: 3505" }, { "value": 3661, "tooltext": "Documents Collected: 3661" }, { "value": 3008, "tooltext": "Documents Collected: 3008" }] }, { "seriesname": "VIDEOS", "data": [{ "value": 16000, "tooltext": "Documents Collected: 16000" }, { "value": 1900, "tooltext": "Documents Collected: 1900" }, { "value": 8500, "tooltext": "Documents Collected: 8500" }] }] <img src="http://www.anony.ws/i/2012/09/06/mJGsR.png" border="0" />
-
I am currently using Javascript to render the chart and not XML ... but here is the code and a screenshot: $(obj).insertFusionCharts({ swfUrl: APP_PATH+"js/libs/fusion/StackedBar3D.swf", width: "100%", height: "100%", id: "dwp", dataFormat: "json", dataSource: { "chart": { "palette": "1", "paletteColors" : "3399FF,FFCC00,33CC00,500BF4,6666CC", "showlabels": "1", "numberprefix": "", "showsum": "0", "decimals": "0", "useroundedges": "1", "legendborderalpha": "0", "numVDivLines":"10", "vDivLineThickness":"1", "vDivLineColor": "fff", "plotgradientcolor":"", "exportenabled": 1, "outcnvbasefont":"Arial", "outcnvbasefontsize":"12", "outcnvbasefontcolor":"333333", "showvalues": "1", "placevaluesinside": "0", "showshadow":1, "stack100Percent ": (Show100)?1:0 }, "categories": [{"category": [DWP_CATEGORY]}], "dataset": DWP_DATA, "styles":{ "definition": CHART_STYLE_DEFINITION, "application": [ { "toobject":"XAxisName", "styles":"myAxisTitlesFont" }, { "toobject":"YAxisName", "styles":"myAxisTitlesFont" }, { "toobject": "Caption", "styles": "myCaptionAnim" }, { "toobject": "DataValues", "styles": "myValuesFont_NoBkgd" } ] } } }); Thank you very much for looking into this
-
I am also experiencing this issue with StackedBar3D Charts. The chart attribute "PlaceValuesInside" does nothing . We are attempting to display values but sometimes the slice is so small the label value overlaps with the next. Also with the StackedBar3D "Javascript" renderer there is an issue when attempting to pass the attribute "Show100Percent = 1". I receive Jquery errors in firebug. The Flash renderer works fine. Thank you in advance for looking into this issue. If you require additional information please ping me.