andrewbeno

Members
  • Content count

    3
  • Joined

  • Last visited

About andrewbeno

  • Rank
    Forum Newbie
  1. Javascript Charts

    Pardon my ignorance, but how do I go about using FusionCharts solely in Javascript in SharePoint? Some of our clients won't have Flash installed (believe it or not) and won't be able to install it either. I tried following this guide, http://kb.fusionchar...thout+Flash)%3F, but I'm not sure where I should be adding this line: FusionCharts.setCurrentRenderer('javascript'); .. I tried adding a content editor web part above my FusionChart, adding that line of code, but it doesn't display. Will this require me to use SharePoint Designer 2010? Thanks, Andy
  2. There Is No 'chart Configuration' List

    It ended up being an issue with our dev server (too many web parts not playing nicely IMO). We installed it on another development sp2010 server and it seems to work ok.
  3. Hello, We're running SharePoint 2010 Enterprise on a Windows Server 2008 R2 box with a SQL 2008 R2 backend. I downloaded the installer (fusioncharts-for-sharepoint-2010.zip) yesterday and installed / activated it on one site collection. I can add the web part without issue, however I'm getting the error below: WebPart can't be loaded. Please contact your site administrator. More... There is no 'Chart Configuration' list at FusionCharts.SharePoint.Charts.DAL.ListHelper.Get[T](SPWeb web, String listTitle, SPQuery query, Func`2 converter) at FusionCharts.SharePoint.Charts.DAL.Managers.DataManager.Get[T](SPQuery query, Func`2 converter) at FusionCharts.SharePoint.Charts.DAL.Managers.ChartConfigurationManager.Get(String webPartId) at FusionCharts.SharePoint.Charts.FusionChartWebPart.PreRenderWebPart() at Dev.SharePoint.Base.WebParts.WebPartBase.OnPreRender(EventArgs e)Method: T Get[T](Microsoft.SharePoint.SPWeb, System.String, Microsoft.SharePoint.SPQuery, System.Func`2[Microsoft.SharePoint.SPListItem,T]) File: Line: 0 The error is accurate in that there is no Chart Configuration list that I can find on the site. I can also launch the FusionCharts Wizard, but as you'd expect it errors out when I try to connect to a SharePoint list with the message 'Could not save chart settings' because there's no configuration list. I've tried removing and re-installing the product, again w/o issue, but the Configuration List never appears anywhere and the problem still remains. I saw that this post describes a similar issue from a few months ago, however that user was adding the chart on a subsite and it did work for them on the root site: http://forum.fusioncharts.com/topic/8751-installation-problems/page__p__38511__hl__there+is+no+%26%2339%3Bchart+configuration%26%2339%3B+list__fromsearch__1#entry38511 I am adding the web part on the root site and getting the error. Any ideas? Thanks, Andy