The chart-web-part tag has no wiki summary.
0
votes
1answer
19 views
Force Chart Web Part to show all labels
When using the Chart Web Part (horizontal bars) only every fifth bar-label gets displayed. The end user can't see what the other bars represent.
Is there a way to display every label for one axis?
1
vote
0answers
15 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 ...
0
votes
2answers
167 views
How to create a chart with Chart WebPart from comma separated values in one list column
I want to create a chart with the built in Chart WebPart in SP 2010 from a comma separated values string in one column of a forms library.
It is a form library with promoted fields of an InfoPath ...
0
votes
1answer
132 views
How to convert Sharepoint 2010 Chart web part to Excel?
I want to convert chart webpart's chart to excel format
how it is possible?
1
vote
1answer
89 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 ...
0
votes
1answer
66 views
SharePoint Chart WebParts: Is there a way to add a timestamp?
I've been working with the chart webparts, and was wondering if there is a way to add a timestamp to them. Thanks so much.
1
vote
1answer
263 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 ...
0
votes
0answers
81 views
Sharepoint Chart Webpart: Change source with javascript?
I have a Chart webpart which displays some numeric graphs from a list.
Is there a way to programmatically change this data source to another list? The name of that list is stored in a ...
0
votes
1answer
282 views
Chart Webpart: Show only integers?
I have a chart web part using columns to display numeric values on the Y-axis and text values on the X-axis.
How do I set the chart to only show integers on the Y-axis? Right now it shows float ...
0
votes
0answers
77 views
Why isn't all my data showing in the web chart part?
When I retrive the data all 3 columns are displayed but when I click finish to create the bar cart only July's data shows up.
Websites July '12 Aug '12
Q2C & Compass home ...
1
vote
1answer
558 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
354 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.
0
votes
2answers
458 views
Asp.net Chart control in SharePoint 2010
Can anyone help me to save the chart control temporary image files on SharePoint 2010 document library/picture library. Actually in my standalone environment the webpart is working fine when using ...
1
vote
0answers
142 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
869 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 ...
0
votes
2answers
846 views
How to customize SharePoint Chart web part
I want to customize SharePoint chart web part programmatically to display charts from the excel sheet having different charts on different sheets of the excel. How can I customize chart web part so ...
2
votes
4answers
991 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 ...
0
votes
1answer
110 views
Can you use the chart web part to display frequency information?
I have a list of data with each record including a user ID and some numeric data.
I would like to have a chart that shows the number of records for each user ID. Is that possible with the chart web ...
0
votes
1answer
256 views
How do grouping data in Chart WebPart?
II have a list with lookup field .
I want created a chart with Chart WebPart that grouping data with lookup field and calculate sum a special field .
How can I do?
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.
...
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?
...
6
votes
1answer
613 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
...
2
votes
1answer
340 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;
...
3
votes
4answers
831 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 ...
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 ...