Fr33z3m4n

Members
  • Content count

    14
  • Joined

  • Last visited

About Fr33z3m4n

  • Rank
    Junior Member
  1. Is It Possible For Js Charts To Wrap Long Labels?

    Hello, i now found an Solution. FusionCharts.HC.js Line: 9495 After: V = c.verticalAxisValuesPadding, Add: v = V, I dont know, how is correctly, but my graph ist rendering with maxLabelWidthPercent and useEllipsesWhenOverflow. Error Reporting: Error: TypeError: v is undefined Sourcecode: http://localhost/Pra...ionCharts.HC.js Line: 9535 (red marked)
  2. Is It Possible For Js Charts To Wrap Long Labels?

    Hi, i have the same issue with maxLabelWidthPercent. I get following jsonCode to render my SVG Graph. it doesnt render at Mobile Phone with JS Warning: FusionCharts.HC.js @version fusioncharts/3.2.4-release.8565
  3. Hi, it is possible to use attrFusionCharts( chartAttribute:string, newValue:string) withoud re-draw the chart ? second Problem: If i use attrFusionChart in bind function, my browser crashed everytime.
  4. Data.xml Request

    Hi, thx for your help. I have found my Problem. It was an mistake in my fla File. Sorry
  5. Data.xml Request

    Hi, thats the JSON String. {"chart":{"valuePadding":7,"placeValuesInside":0,"useRoundEdges":1,"shownames":1,"formatNumberScale":0,"showvalues":1,"canvasBgAlpha":100,"showBorder":0,"showLegend":0,"showYAxis":0,"showFCMenuItem":0,"adjustDiv":0,"use3DLighting":0,"numDivLines":4,"divLineIsDashed":1,"decimals":"1","yAxisValueDecimals":"1","forceDecimals":0,"decimalSeparator":",","thousandSeparator":".","inThousandSeparator":",","inDecimalSeparator":".","imageSave":0,"baseFontSize":10,"chartRightMargin":3,"chartLeftMargin":0,"plotSpacePercent":28,"numVisiblePlot":6,"defaultAnimation":1,"animation":1,"palette":1,"labelDisplay":1,"rotateLabels":1,"slantLabels":1,"labelAnglePercent":"45","bgColor":"ffffff","showCanvasBg":0,"canvasBgColor":"ffffff","zeroPlaneThickness":1,"numberSuffix":"%","yaxismaxvalue":50},"styles":{"definition":{"style":[{"name":"myHTMLFont","type":"font","isHTML":1},{"name":"Shadow","type":"Shadow","distance":6,"angle":45},{"name":"fbg","type":"font","bgColor":"#ffffff"}]},"application":{"apply":[{"toObject":"DATALABELS","styles":"myHTMLFont"},{"toObject":"TOOLTIP","styles":"myHTMLFont"},{"toObject":"DataValues","styles":"fbg"}]}},"categories":{"category":[{"name":"SPD","label":"SPD","toolText":"SPD"},{"name":"CDU","label":"CDU","toolText":"CDU"},{"name":"GR\u00dcNE","label":"GR\u00dcNE","toolText":"GR\u00dcNE"},{"name":"FDP","label":"FDP","toolText":"FDP"},{"name":"REP","label":"REP","toolText":"REP"},{"name":"BSG","label":"BSG","toolText":"BSG"},{"name":"B\u00fcrgerForum","label":"B\u00fcrgerForum","toolText":"B\u00fcrgerForum"},{"name":"B\u00fcrgerForum Seelze","label":"B\u00fcrgerForum Seelze","toolText":"B\u00fcrgerForum Seelze"},{"name":"DAS LINKSB\u00dcNDNIS","label":"DAS LINKSB\u00dcNDNIS","toolText":"DAS LINKSB\u00dcNDNIS"},{"name":"WGW","label":"WGW","toolText":"WGW"},{"name":"Sonstige","label":"Sonstige","toolText":"Sonstige"}]},"dataset":{"set":[{"value":"43.9","color":"FF0000"},{"value":"32.5","color":"000000"},{"value":"10.8","color":"00FF00"},{"value":"7.1","color":"FFFF00"},{"value":0.5,"color":"808080"},{"value":0.1,"color":"00FFFF"},{"value":0.7,"color":"8080FF"},{"value":0.5,"color":"8080FF"},{"value":1.1,"color":"800080"},{"value":0.4,"color":"FF80FF"},{"value":2.5,"color":"c0c0c0"}]}} Vars: {$SWFFile} = ScrollColumn2D.swf chartHeight = "100%" Thx for your Help
  6. Data.xml Request

    hi, it doenst help me. When i use: var myChart = FusionCharts.render({ swfUrl : "charts/{$SWFFile}", width : "100%", height : chartHeight, debugMode : 0, renderAt : "chartdiv", id : "chartID", dataFormat : "json", dataSource : '{$JSONsrc}' }); no data are displayed, only "reading Data. Please Wait". If i use this: FusionCharts._fallbackJSChartWhenNoFlash(); var myChart = FusionCharts.render({ swfUrl : "charts/{$SWFFile}", width : "100%", height : chartHeight, debugMode : 0, renderAt : "chartdiv", id : "chartID", dataFormat : "json" }); myChart.setJSONData('{$JSONsrc}'); My Chart is rendering with JSON datas, but chart will load Data.xml. Whats wrong with my code ?
  7. Data.xml Request

    Hi, i use javascript and JSON to create an Chart. FusionCharts._fallbackJSChartWhenNoFlash(); var myChart = FusionCharts.render({ swfUrl : "charts/{$SWFFile}", width : "100%", height : chartHeight, debugMode : 0, renderAt : "chartdiv", id : "chartID", dataFormat : "json" }); myChart.setJSONData('{$JSONsrc}'); And now, i see at firebug thats an Request to "Data.xml". Why Request FC to an non existing Data.xml ?!
  8. Chart Image In Own Pdf File

    Hi, thanks für your Answer. But this is not what i want. I make an PHP Request, an become an PDF File per Header. I have no change to use Javascript ;(
  9. Chart Image In Own Pdf File

    Hello, how can i export the ChartImage with PHP to create my own PDF File ? I would like to create an PDF File, and on Page 2 so place the Chart Image. Without any JS oder anything Request.
  10. Compile As Files To Swf

    hi Angie, thx. but where can i find the fla files fpr Standard "ScrollColumn2DChart" and anything ?
  11. Compile As Files To Swf

    Hello, we have "FusionCharts Developer Edition 2.3" and i would like to recompile .as Files as i have changed it. How can i recompile my changes ? I didnt find any .fla files.
  12. Hello, we have an Problem to display long names on xAxis with slant/rotatelabels. On first Label, any characters are missing How can i fixed it ?
  13. Chart Animation In Firefox 4

    Hey, we have the same Problem with FusionCharts an FF 4. But we can replikate it. If you use Jquery (Ajax) you must move your mouse to view the Chart Animation. How can i fix it ?!
  14. Wrong Documentation

    Hello, you have an mistake at your Documentation (Fusioncharts 3.2.1). At Part "Creating your First Chart" -> "Using JavaScript (HTML5) .." (FusionCharts_Developer%203.2.1/FusionCharts_Developer/Contents/FirstChart/UsingPureJS.html) you say But name of Function are "FusionCharts._fallbackJSChartWhenNoFlash()" Wrong Right: Sorry for my bad English Next Question: It´s possible to get the requested width for an generated Chart ? I will use my div Container width "overflow:scroll" to scrollthe div container, not the Chart.