The chart-web-part tag has no wiki summary.
6
votes
1answer
611 views
How can I set the relative path to a workbook in the Chart Web Part, and use it within a template?
We have a team site in our solution (SPS 2010 - Enterprise). On this site there's a list. For every new item in the list, it creates a new site from a template.
Structure:
team-website
website 1
...
4
votes
2answers
1k views
How to change sort order of axis on Chart Web Part?
I have a Chart Web Part that is connected to a SharePoint list. I modified the All Items default view of the list so that it would be sorted correctly but the Chart Web Part does not pickup on the ...
3
votes
4answers
830 views
Chart web part error for anonymous users?
I'm trying to connect the SharePoint 2010 Chart Web Part to SharePoint list. It's all good but anonymous can't see the chart and I get this error:
Object reference not set to an
instance of an ...
2
votes
2answers
286 views
Chart Web Part and lookup fields
How can I make my Chart Web Part look good when I use it with lookup fields?
The issue I have is that the chart displays the field id along with its value. For example, it displays "2;#Bing" when I'd ...
2
votes
2answers
1k views
Calculated column based on number of entries of each choice in a choice column
I am working in SharePoint 2010. I need to make a chart to represent how many projects we have from each division. We have a SharePoint list of our projects with a choice column of all the divisions.
...
2
votes
1answer
338 views
SerializationException - Can't find constructor for an object (custom Chart Web Part)
For a project, I've created a web-part which derives from the ChartWebPart class (in order to set the data-source relatively).
SP:
SharePoint Server 2010 (Enterprise)
cs-file:
using System;
...
2
votes
4answers
982 views
Chart Web Part Data Aggregations
I have a list with the following sample data:
Title | Rank1 | Rank2
Foo | 2 | 4
Foo | 4 | 6
Foo | 6 | 8
Trying to construct a Column Chart around ...
1
vote
1answer
88 views
If a user can't read Excel file, can they still view Chart Web Part created from it?
Title sums it up. I would just try it myself but my test environment is down and I figured I might get a speedier response here than to wait for that to come up.
If users don't have permissions to ...
1
vote
1answer
252 views
Create chart showing monthly sum from daily entry custom list
I have a custom list of about 200 entries, which has three columns (name, mm/dd/yy, $amount). I would like to be able to view a summary of the total amount by month, either in a Chart web part or a ...
1
vote
1answer
292 views
How to create an empty ChartWebPart
In my onet.xml I have a ChartWebPart. When I create a site, my ChartWebPart is filled with random data. Users get confused.
How to create an empty ChartWebPart which users can connect to their data?
...
1
vote
0answers
13 views
Import Error on ChartDataProvider Webpart
My Sharepoint project contains a visual Webpart which retrieves data and works fine.
In addition to that, I want to display some Chart webparts which visualize this data.
In order to do so, i added a ...
1
vote
1answer
551 views
Using a date column in a sharepoint online web chart web part
I added a "web chart" web part to a sharepoint online page from the browser interface.
Next, I decided to run the Data connection wizard to connect my chart to an excel services. In the step 3 of ...
1
vote
0answers
352 views
Chart in Sharepoint, No Code
I have below data in custom list
State
A1
A1
A1
A2
A2
A3
Can I create below type of chart in Sharepoint 2010 where x axis is state and y axis is state occurrence.
1
vote
0answers
141 views
GroupBy Chart in Sharepoint 2010
I have below data in List, I have created a chart where x axis=Loc, y axis=% Done. Now on x axis i want to display data for all quarter for one Loc together. I have tried using groupby on Quarter but ...
1
vote
2answers
859 views
How to filter column in chart web part?
I have a list with 3 columns, Month, volvo, benz. I have created a chart which contains 2 series, volvo and benz. It shows 2 series based on month, for example for jan, it shows value volvo & benz ...