SharePoint - Customize chart webpart title

Asked By hari sharepoint on 24-May-12 02:07 PM
Earn up to 30 extra points for answering this tough question.

Hello,

I have a pie chart webpart which is attached to sharepoint custom list. Custom list has data queried from MYSQL database.

I want to customize the chart web part title to display one item name from the list behind the chart. Is it possible to write javascript code or to use sharepoint designer? Can any one help me with this. Thank you.

LIJO PHILIP replied to hari sharepoint on 24-May-12 10:26 PM

you can do this with Javascript using the http://spservices.codeplex.com/and jQuery libraries.  

Jitendra Faye replied to hari sharepoint on 25-May-12 01:21 AM
Refer these links-

http://social.technet.microsoft.com/Forums/en-US/sharepoint2010customization/thread/4f295530-9e69-481a-8d09-2fa400a8c122

Here i have found same post

http://sharepoint.stackexchange.com/questions/30742/how-to-customize-sharepoint-chart-web-part




[)ia6l0 iii replied to hari sharepoint on 28-May-12 08:45 AM
I assume that you use the inbuilt chart webpart and not highcharts as the other member points out. 

If that is the case, modifying the chart title using jQuery is the easiest option. Find the rendered code, and you shall find the chart title rendered mostly as a span/h2/h3 element. It should look something like below:
<h3 class="ms-WPTitle">

$('.ms-WPTitle').val('new title here');

Note that you need to add more attributes to the condition I used above to figure out the element. A page can have multiple elements with the wptitle css attribute. 

Hope this helped.
help
I want a code for a chart web part that i can use it in accordion control . . . . . . . . . . . . . . . . . . . . . . please help me. . . . . . . . . . . . . . . . . . . . . . . . . . . . . keywords: SharePoint, Panes, Microsoft Ajax Toolkit, Control, accordion, chart web description: i want coding for chart web part that i can use it in accordion
Any one please let me know how i can add a chart web part to an accordion control panel . . . . . . . . . . . . please help me out. . . . . . . . . . . . hi, The Accordion control is one any existing ASP.Net control, and is instead implemented independently. The Accordion Control is a part of the Microsoft Ajax Toolkit. The Accordion Control organizes your content into expandable Panes or com / resources / articles-information / ajax-accordion-control http: / / mosshowto.blogspot.com / 2008 / 12 / asp-net-chart-control-sharepoint.html keywords: SharePoint, Panes, Microsoft Ajax Toolkit, Control, control panel, chart web, accordion
Hello We have installed MOSS 2007 and MS office 2007 on same server. I like to use Office Pivot Chart web part, but I did not find it in web part list. Can anyone tell how can I get office pivot chart as web part? Ashish SharePoint Design Discussions Database (1) You need excel web services enabled for the
Asked By Neil on 30-Jul-12 08:02 PM This is more Apologies if it is out of context for the forum. I have an Access 2010 web database that is published to SharePoint Office 365 (P1 account) in which I need to display a chart. Since P1 accounts do not have web parts available, I am using a third-party chart web part called AE Google Chart Webpart (http: / / www.amrein.com / apps / page.asp?Q
hi, i am trying to use chart web part in accordion control which is already in a web part please help me. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . hi, The Accordion control is one of the few independent or stand
I have installed a web part into the virual server. Sharepoint Portal administrator can view the web part page fine. But regular portal users gets error message saying "An unexpected error has occurred Regular portal users has contrbutor right to the site that I have the web part at. Ya, it is a permission issue. I am not sure where I am missing
07:45 PM Hi. . . . . . . . . . . . . Can any one please tell me how to use performance point web part in content editor web parts. . . . . . . . . . . . . . . I think you are asking about- SharePoint 2010 PerformancePoint Services : Web Part Connections I got this in following link- http: / / allcomputers.us / windows_server / sharepoint-2010-performancepoint-services web-part-connections.aspx Dashboards are implemented by putting Web Parts together on a Web Part page and configuring the connections between the Web Parts
We just installed MOSS on SBS. I was able to publish the Excel chart and pivot table to Excel Web Services. However, I do not see Excel Web Access web part in the web part gallery when I try to create a dashboard. Can you please
Hi, We have a SharePoint WSS 3.0 running on a small server in our network. I am trying to create Pivot Chart graphs and tables based on data in an Excel spreadsheet which our teams can use as a Dashboard. I have created the Pivot Chart, and linked the data via an ODBC connection. Problem is that: a) Every time the web page is opened there are security warnings regarding the data being accessed in the Excel spreadsheet b) Where should the Excel spreadsheet be stored so that the Pivot Chart in SharePoint gets displayed for anyone who opens the web page? For example, if I store the spreadsheet on the SharePoint server (c: drive), and
I want to apply custom theme for pie chart webpart. . . . . . . . .How to configure custom theme. . . . . . . . . . ? Hi… We need to apply custom chart type to a Chart control programmatically using Chart.ApplyCustomType Method. Here is the sample from msdn . . private void Create3DPieChart() { this .Range[ "A1" , "A5